Class LocationConfigPath
java.lang.Object
me.hsgamer.hscore.config.path.AdvancedConfigPath<Map<String,Object>,T>
me.hsgamer.hscore.config.path.SerializableMapConfigPath<org.bukkit.Location>
me.hsgamer.hscore.bukkit.config.path.LocationConfigPath
- All Implemented Interfaces:
ConfigPath<org.bukkit.Location>
-
Constructor Summary
ConstructorsConstructorDescriptionLocationConfigPath(String path, org.bukkit.Location def) Create a config path -
Method Summary
Methods inherited from class me.hsgamer.hscore.config.path.SerializableMapConfigPath
getFromConfigMethods inherited from class me.hsgamer.hscore.config.path.AdvancedConfigPath
getConfig, getPath, getValue, getValue, migrateConfig, setConfig, setValue, setValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.hsgamer.hscore.config.path.ConfigPath
reload, setAndSave, setAndSave
-
Constructor Details
-
LocationConfigPath
Create a config path- Parameters:
path- the path to the valuedef- the default value if it's not found
-
-
Method Details
-
convert
- Specified by:
convertin classAdvancedConfigPath<Map<String,Object>, org.bukkit.Location>
-
convertToRaw
- Specified by:
convertToRawin classAdvancedConfigPath<Map<String,Object>, org.bukkit.Location>
-