Class CheckConfig
java.lang.Object
studio.thevipershow.vtc.AbstractPluginConfiguration<T>
studio.thevipershow.vtc.AbstractTomlConfiguration<T>
studio.thevipershow.vtc.TomlSectionConfiguration<SafeChat,CheckSections>
studio.thevipershow.safechat.config.checks.CheckConfig
- All Implemented Interfaces:
studio.thevipershow.vtc.Configuration
,studio.thevipershow.vtc.ConfigurationContent
,studio.thevipershow.vtc.ValuesLoader<CheckSections>
public final class CheckConfig extends studio.thevipershow.vtc.TomlSectionConfiguration<SafeChat,CheckSections>
-
Constructor Summary
Constructors Constructor Description CheckConfig(@NotNull SafeChat javaPlugin, @NotNull java.lang.String configurationFilename, @NotNull java.lang.Class<? extends CheckSections> enumTypeClass)
-
Method Summary
Methods inherited from class studio.thevipershow.vtc.TomlSectionConfiguration
getConfigurationValues, getConfigValue, getConfigValue, getEnumClassValues, getEnumTypeClass, loadAllValues, loadValue
Methods inherited from class studio.thevipershow.vtc.AbstractTomlConfiguration
deleteContent, getTomlParseResult, isContentAvailable, storeContent
Methods inherited from class studio.thevipershow.vtc.AbstractPluginConfiguration
exportResource, getFile, getJavaPlugin
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CheckConfig
public CheckConfig(@NotNull @NotNull SafeChat javaPlugin, @NotNull @NotNull java.lang.String configurationFilename, @NotNull @NotNull java.lang.Class<? extends CheckSections> enumTypeClass)
-