mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 10:17:38 +01:00
SPIGOT-6357: Add World#getMinHeight
By: md_5 <git@md-5.net>
This commit is contained in:
parent
90df44b39a
commit
15305e6842
@ -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…
Reference in New Issue
Block a user