Class ResourceFile
java.lang.Object
tfagaming.projects.minecraft.homestead.resources.ResourceFile
- Direct Known Subclasses:
ConfigFile,FlagsFile,LanguageFile,LevelsFile,LimitsFile,MenusFile,RegionsFile
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBoolean(String path) booleangetBoolean(String path, boolean defaultValue) org.bukkit.configuration.file.FileConfigurationdoubledoublefloatfloatintintgetIntegerList(String path) getKeysUnderPath(String path) Returns every direct child key of the given configuration section, or an empty list if the path is not a section.longlonggetStringList(String path)
-
Constructor Details
-
ResourceFile
- Throws:
FileNotFoundException
-
-
Method Details
-
getBoolean
-
getBoolean
-
getInt
-
getInt
-
getFloat
-
getFloat
-
getLong
-
getLong
-
getDouble
-
getDouble
-
getString
-
getString
-
getStringList
-
getIntegerList
-
getKeysUnderPath
Returns every direct child key of the given configuration section, or an empty list if the path is not a section. -
getRaw
-
getConfig
public org.bukkit.configuration.file.FileConfiguration getConfig()
-