Package net.citizensnpcs.api.util
Class YamlStorageWithLists.YamlKey
java.lang.Object
net.citizensnpcs.api.util.DataKey
net.citizensnpcs.api.util.YamlStorageWithLists.YamlKey
- Enclosing class:
YamlStorageWithLists
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
getBoolean
(String key) boolean
getBoolean
(String key, boolean def) double
double
getFromRoot
(String path) int
int
long
long
getRelative
(String relative) int
hashCode()
boolean
name()
void
void
setBoolean
(String key, boolean value) void
void
void
void
void
toString()
Methods inherited from class net.citizensnpcs.api.util.DataKey
createRelativeKey, getPath, getRawUnchecked, getRelative, getString, keyExists, sectionToValues
-
Constructor Details
-
YamlKey
-
-
Method Details
-
equals
-
getBoolean
- Specified by:
getBoolean
in classDataKey
-
getBoolean
- Overrides:
getBoolean
in classDataKey
-
getDouble
-
getDouble
-
getFromRoot
- Specified by:
getFromRoot
in classDataKey
-
getInt
-
getInt
-
getIntegerSubKeys
- Overrides:
getIntegerSubKeys
in classDataKey
-
getLong
-
getLong
-
getRaw
-
getRelative
- Specified by:
getRelative
in classDataKey
-
getString
-
getSubKeys
- Specified by:
getSubKeys
in classDataKey
-
getValuesDeep
- Specified by:
getValuesDeep
in classDataKey
-
hashCode
public int hashCode() -
keyExists
-
name
-
removeKey
-
setBoolean
- Specified by:
setBoolean
in classDataKey
-
setDouble
-
setInt
-
setLong
-
setRaw
-
setString
-
toString
-