Package net.citizensnpcs.api.util
Class MemoryDataKey
java.lang.Object
net.citizensnpcs.api.util.DataKey
net.citizensnpcs.api.util.MemoryDataKey
-
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) getSection
(String key) 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, getIntegerSubKeys, getPath, getRawUnchecked, getRelative, getString, keyExists, sectionToValues
-
Constructor Details
-
MemoryDataKey
public MemoryDataKey()
-
-
Method Details
-
equals
-
getBoolean
- Specified by:
getBoolean
in classDataKey
-
getBoolean
- Overrides:
getBoolean
in classDataKey
-
getDouble
-
getDouble
-
getFromRoot
- Specified by:
getFromRoot
in classDataKey
-
getInt
-
getInt
-
getLong
-
getLong
-
getRaw
-
getRelative
- Specified by:
getRelative
in classDataKey
-
getSection
-
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
-