rename ILevelWrapper.getHeight -> getMaxHeight

This commit is contained in:
James Seibel
2024-07-07 18:16:00 -05:00
parent c73c3f8490
commit bacdfa96e3
8 changed files with 8 additions and 9 deletions
@@ -42,7 +42,7 @@ public interface IDhApiLevelWrapper extends IDhApiUnsafeWrapper
boolean hasSkyLight();
/** Returns the max block height of the level(?) */
int getHeight();
int getMaxHeight();
/**
* Returns the lowest possible block position for the level. <br>