mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 02:07:37 +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;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getMinHeight() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getMaxHeight() {
|
||||
return world.getBuildHeight();
|
||||
|
Loading…
Reference in New Issue
Block a user