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
@@ -48,7 +48,7 @@ public class LevelWrapperTest implements IDhApiLevelWrapper
public boolean hasSkyLight() { return false; }
@Override
public int getHeight() { return 0; }
public int getMaxHeight() { return 0; }
@Override
public int getMinHeight() { return IDhApiLevelWrapper.super.getMinHeight(); }