Added getHeight to BlockChangeDelegate
This commit is contained in:
parent
a07d79e275
commit
205d194404
@ -40,4 +40,11 @@ public interface BlockChangeDelegate {
|
||||
* @return
|
||||
*/
|
||||
public int getTypeId(int x, int y, int z);
|
||||
|
||||
/**
|
||||
* Gets the height of the world.
|
||||
*
|
||||
* @return Height of the world
|
||||
*/
|
||||
public int getHeight();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user