public interface IBukkitList extends IBasicList
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getColoredStringList()
Gets the value of this line as a List of Strings and converts colors in it (&2 --> Green).
|
List<org.bukkit.Color> |
getColorList()
Gets the value of this line as a List of Colors.
Will convert all applicable values into Colors. |
List<org.bukkit.Location> |
getLocationList()
Gets the value of this line as a List of Locations.
Will convert all applicable values into Locations (world|x|y|z or world|x|y|z|yaw|pitch format). If no values are applicable, this will return an empty list. |
List<org.bukkit.Location> |
getLocationList(org.bukkit.World world)
Gets the value of this line as a List of Locations.
Will convert all applicable values into Locations (x|y|z or x|y|z|yaw|pitch format). If no values are applicable, this will return an empty list. |
getBooleanList, getByteList, getCharacterList, getComments, getDoubleList, getFloatList, getIntegerList, getLongList, getMixedList, getShortList, getStringList, getTListList<String> getColoredStringList()
List<org.bukkit.Location> getLocationList()
List<org.bukkit.Location> getLocationList(org.bukkit.World world)
world - - The world that the locations should use.List<org.bukkit.Color> getColorList()
Copyright © 2014. All rights reserved.