Package net.citizensnpcs.api.util
Class MemoryDataKey
java.lang.Object
net.citizensnpcs.api.util.DataKey
net.citizensnpcs.api.util.MemoryDataKey
- 
Field Summary
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleangetBoolean(String key) booleangetBoolean(String key, boolean def) doubledoublegetFromRoot(String path) intintlonglonggetRelative(String relative) getSection(String key) inthashCode()booleanname()voidvoidsetBoolean(String key, boolean value) voidvoidvoidvoidvoidtoString()Methods inherited from class net.citizensnpcs.api.util.DataKeycreateRelativeKey, getIntegerSubKeys, getPath, getRawUnchecked, getRelative, getString, keyExists, sectionToValues
- 
Constructor Details- 
MemoryDataKeypublic MemoryDataKey()
 
- 
- 
Method Details- 
equals
- 
getBoolean- Specified by:
- getBooleanin class- DataKey
 
- 
getBoolean- Overrides:
- getBooleanin class- DataKey
 
- 
getDouble
- 
getDouble
- 
getFromRoot- Specified by:
- getFromRootin class- DataKey
 
- 
getInt
- 
getInt
- 
getLong
- 
getLong
- 
getRaw
- 
getRelative- Specified by:
- getRelativein class- DataKey
 
- 
getSection
- 
getString
- 
getSubKeys- Specified by:
- getSubKeysin class- DataKey
 
- 
getValuesDeep- Specified by:
- getValuesDeepin class- DataKey
 
- 
hashCodepublic int hashCode()
- 
keyExists
- 
name
- 
removeKey
- 
setBoolean- Specified by:
- setBooleanin class- DataKey
 
- 
setDouble
- 
setInt
- 
setLong
- 
setRaw
- 
setString
- 
toString
 
-