public interface IBukkitSection extends ISection, org.bukkit.configuration.ConfigurationSection
| Modifier and Type | Method and Description |
|---|---|
String |
getColoredString(String path) |
String |
getColoredString(String path,
String def) |
List<String> |
getColoredStringList(String path) |
IBukkitSection |
getConfigurationSection(String path) |
org.bukkit.Location |
getLocation(String path) |
org.bukkit.Location |
getLocation(String path,
org.bukkit.Location def) |
org.bukkit.Location |
getLocation(String path,
org.bukkit.World world) |
org.bukkit.Location |
getLocation(String path,
org.bukkit.World world,
org.bukkit.Location def) |
List<org.bukkit.Location> |
getLocationList(String path)
Gets the List of Locations at the given path
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(String path,
org.bukkit.World world)
Gets the List of Locations at the given path
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. |
IBukkitSection |
getParent() |
IBukkitSection |
getSection(String path)
Gets the requested
Section by path.Returns an empty section if it didn't exist. |
boolean |
isLocation(String path) |
boolean |
isLocationNoWorld(String path) |
addCommentsAbove, addCommentsBelow, addEntry, contains, get, getEntries, getEntries, getKeys, getKeys, getName, getPath, remove, remove, removeBatch, removeBatch, removeEntry, renew, saveConfig, set, setList, setList, setList, setListgetBoolean, getBoolean, getBooleanList, getByte, getByte, getByteList, getChar, getChar, getCharacterList, getDouble, getDouble, getDoubleList, getFloat, getFloat, getFloatList, getInt, getInt, getIntegerList, getLong, getLong, getLongList, getMixedList, getObject, getObject, getShort, getShort, getShortList, getString, getString, getStringList, getT, getT, getTList, isBoolean, isByte, isChar, isDouble, isFloat, isInt, isLong, isShort, isString, isTaddDefault, contains, createSection, createSection, get, get, getBoolean, getBoolean, getBooleanList, getByteList, getCharacterList, getColor, getColor, getCurrentPath, getDefaultSection, getDouble, getDouble, getDoubleList, getFloatList, getInt, getInt, getIntegerList, getItemStack, getItemStack, getKeys, getList, getList, getLong, getLong, getLongList, getMapList, getName, getOfflinePlayer, getOfflinePlayer, getRoot, getShortList, getString, getString, getStringList, getValues, getVector, getVector, isBoolean, isColor, isConfigurationSection, isDouble, isInt, isItemStack, isList, isLong, isOfflinePlayer, isSet, isString, isVector, setIBukkitSection getParent()
IBukkitSection getSection(String path)
ISectionSection by path.getSection in interface ISectionpath - - Path of the Section to get.SectionIBukkitSection getConfigurationSection(String path)
getConfigurationSection in interface org.bukkit.configuration.ConfigurationSectionorg.bukkit.Location getLocation(String path)
org.bukkit.Location getLocation(String path, org.bukkit.Location def)
boolean isLocation(String path)
org.bukkit.Location getLocation(String path, org.bukkit.World world)
org.bukkit.Location getLocation(String path, org.bukkit.World world, org.bukkit.Location def)
boolean isLocationNoWorld(String path)
List<org.bukkit.Location> getLocationList(String path)
List<org.bukkit.Location> getLocationList(String path, org.bukkit.World world)
world - - The world that the locations should use.Copyright © 2014. All rights reserved.