public interface Ownable extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Material |
getMaterial()
Returns the Material of the Ownable.
|
org.bukkit.World |
getWorld()
Returns the World the Ownable is in.
|
String |
getWorldName()
Returns the name of the world the Ownable is in.
|
org.bukkit.World getWorld()
throws InvalidWorldException
InvalidWorldException - if the world referenced by the world name doesn't existString getWorldName()
Material getMaterial() throws InvalidWorldException
InvalidWorldException - if the world referenced by the world name doesn't existCopyright © 2015. All rights reserved.