@@ -6,6 +6,7 @@ import org.bukkit.Material;
|
||||
* Represents a falling block
|
||||
*/
|
||||
public interface FallingBlock extends Entity {
|
||||
|
||||
/**
|
||||
* Get the Material of the falling block
|
||||
*
|
||||
@@ -17,14 +18,18 @@ public interface FallingBlock extends Entity {
|
||||
* Get the ID of the falling block
|
||||
*
|
||||
* @return ID type of the block
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
int getBlockId();
|
||||
|
||||
/**
|
||||
* Get the data for the falling block
|
||||
*
|
||||
* @return data of the block
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
byte getBlockData();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user