SPIGOT-6357: Add World#getMinHeight
This commit is contained in:
parent
7eb35643e2
commit
e9ad7cba9b
@ -1856,6 +1856,11 @@ public class CraftWorld implements World {
|
||||
return world.getChunkProvider().allowMonsters;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getMinHeight() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getMaxHeight() {
|
||||
return world.getBuildHeight();
|
||||
|
Loading…
x
Reference in New Issue
Block a user