Class FixClassLoadingConfig
-
- All Implemented Interfaces:
-
org.bukkit.configuration.Configuration
,org.bukkit.configuration.ConfigurationSection
public final class FixClassLoadingConfig extends SavedConfig
-
-
Field Summary
Fields Modifier and Type Field Description private final Boolean
setEnabledDuringOnDisable
private final Boolean
loadAllClasses
private final List<String>
abuseClassesList
private final Boolean
abuseClassBasicsModule
private final Boolean
abuseClassAbstractBasicsModule
private final Boolean
abuseClassModuleManager
private final Boolean
callIteratorOnEmptyList
-
Constructor Summary
Constructors Constructor Description FixClassLoadingConfig(ConfigInstantiationContext context)
-
Method Summary
Modifier and Type Method Description final Boolean
getSetEnabledDuringOnDisable()
final Boolean
getLoadAllClasses()
final List<String>
getAbuseClassesList()
final Boolean
getAbuseClassBasicsModule()
final Boolean
getAbuseClassAbstractBasicsModule()
final Boolean
getAbuseClassModuleManager()
final Boolean
getCallIteratorOnEmptyList()
-
Methods inherited from class com.github.spigotbasics.core.config.SavedConfig
getMessage, load, reload, save
-
Methods inherited from class org.bukkit.configuration.file.FileConfiguration
load, load, save, save
-
Methods inherited from class org.bukkit.configuration.MemorySection
contains, contains, createSection, createSection, get, get, getBoolean, getBoolean, getBooleanList, getByteList, getCharacterList, getColor, getColor, getComments, getConfigurationSection, getCurrentPath, getDefaultSection, getDouble, getDouble, getDoubleList, getFloatList, getInlineComments, getInt, getInt, getIntegerList, getItemStack, getItemStack, getKeys, getList, getList, getLocation, getLocation, getLong, getLong, getLongList, getMapList, getName, getObject, getObject, getOfflinePlayer, getOfflinePlayer, getRoot, getSerializable, getSerializable, getShortList, getString, getString, getStringList, getValues, getVector, getVector, isBoolean, isColor, isConfigurationSection, isDouble, isInt, isItemStack, isList, isLocation, isLong, isOfflinePlayer, isSet, isString, isVector, set, setComments, setInlineComments, toString
-
Methods inherited from class org.bukkit.configuration.MemoryConfiguration
addDefault, addDefaults, addDefaults, getDefaults, getParent, setDefaults
-
Methods inherited from class org.bukkit.configuration.file.YamlConfiguration
loadFromString, options, saveToString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
FixClassLoadingConfig
FixClassLoadingConfig(ConfigInstantiationContext context)
-
-
Method Detail
-
getSetEnabledDuringOnDisable
final Boolean getSetEnabledDuringOnDisable()
-
getLoadAllClasses
final Boolean getLoadAllClasses()
-
getAbuseClassesList
final List<String> getAbuseClassesList()
-
getAbuseClassBasicsModule
final Boolean getAbuseClassBasicsModule()
-
getAbuseClassAbstractBasicsModule
final Boolean getAbuseClassAbstractBasicsModule()
-
getAbuseClassModuleManager
final Boolean getAbuseClassModuleManager()
-
getCallIteratorOnEmptyList
final Boolean getCallIteratorOnEmptyList()
-
-
-
-