mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-07 16:57:42 +01:00
Added getHeight to BlockChangeDelegate
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
9549d7be86
commit
b37cc0968a
@ -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…
Reference in New Issue
Block a user