mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 13:24:17 -07:00
Added getHeight to BlockChangeDelegate
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
@@ -40,4 +40,11 @@ public interface BlockChangeDelegate {
|
|||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
public int getTypeId(int x, int y, int z);
|
public int getTypeId(int x, int y, int z);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the height of the world.
|
||||||
|
*
|
||||||
|
* @return Height of the world
|
||||||
|
*/
|
||||||
|
public int getHeight();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user