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;
|
return world.getChunkProvider().allowMonsters;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int getMinHeight() {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getMaxHeight() {
|
public int getMaxHeight() {
|
||||||
return world.getBuildHeight();
|
return world.getBuildHeight();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user