mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-09-18 21:45:12 +00:00
SPIGOT-6357: Add World#getMinHeight
This commit is contained in:
parent
4e5f46cb27
commit
15ba9ae78a
1 changed files with 9 additions and 0 deletions
|
@ -1505,6 +1505,15 @@ public interface World extends PluginMessageRecipient, Metadatable {
|
|||
*/
|
||||
public double getHumidity(int x, int y, int z);
|
||||
|
||||
/**
|
||||
* Gets the minimum height of this world.
|
||||
* <p>
|
||||
* If the min height is 0, there are only blocks from y=0.
|
||||
*
|
||||
* @return Minimum height of the world
|
||||
*/
|
||||
public int getMinHeight();
|
||||
|
||||
/**
|
||||
* Gets the maximum height of this world.
|
||||
* <p>
|
||||
|
|
Loading…
Add table
Reference in a new issue