public interface IBukkitValue extends IBasicValue
| Modifier and Type | Method and Description |
|---|---|
org.bukkit.Color |
getColor() |
org.bukkit.Color |
getColor(org.bukkit.Color def) |
String |
getColoredString()
Gets the value of this line as a String, and converts colors (&2 --> Green).
|
org.bukkit.Location |
getLocation()
Gets the value of this line as a Location.
If this line is not a Location, this will return null. |
org.bukkit.Location |
getLocation(org.bukkit.Location def)
Gets the value of this line as a Location.
If this line is not a Location, this will return def. |
org.bukkit.Location |
getLocation(org.bukkit.World world)
Gets the value of this line as a Location.
If this line is not a Location, this will return null. |
org.bukkit.Location |
getLocation(org.bukkit.World world,
org.bukkit.Location def)
Gets the value of this line as a Location.
If this line is not a Location, this will return null. |
boolean |
isColor() |
boolean |
isLocation() |
boolean |
isLocationNoWorld() |
getBoolean, getBoolean, getByte, getByte, getChar, getChar, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getObject, getShort, getShort, getString, getT, getT, isBoolean, isByte, isChar, isDouble, isFloat, isInt, isLong, isShort, isString, isTString getColoredString()
org.bukkit.Location getLocation()
org.bukkit.Location getLocation(org.bukkit.Location def)
def - - The Location that will be returned if the value is not a Location.org.bukkit.Location getLocation(org.bukkit.World world)
boolean isLocation()
org.bukkit.Location getLocation(org.bukkit.World world,
org.bukkit.Location def)
boolean isLocationNoWorld()
org.bukkit.Color getColor()
org.bukkit.Color getColor(org.bukkit.Color def)
boolean isColor()
Copyright © 2014. All rights reserved.