mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-05 20:36:42 +00:00
Updated for Bukkit changes.
This commit is contained in:
@ -316,4 +316,13 @@ public abstract class LocalWorld {
|
||||
*/
|
||||
@Override
|
||||
public abstract int hashCode();
|
||||
|
||||
/**
|
||||
* Get the world's height
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public int getHeight() {
|
||||
return 127;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user