Class BlacklistConfig

java.lang.Object
studio.thevipershow.vtc.AbstractPluginConfiguration<T>
studio.thevipershow.vtc.AbstractTomlConfiguration<T>
studio.thevipershow.vtc.TomlSectionConfiguration<SafeChat,​BlacklistSection>
studio.thevipershow.safechat.config.blacklist.BlacklistConfig
All Implemented Interfaces:
studio.thevipershow.vtc.Configuration, studio.thevipershow.vtc.ConfigurationContent, studio.thevipershow.vtc.ValuesLoader<BlacklistSection>

public final class BlacklistConfig
extends studio.thevipershow.vtc.TomlSectionConfiguration<SafeChat,​BlacklistSection>
Configuration for the words blacklist.
  • Constructor Summary

    Constructors
    Constructor Description
    BlacklistConfig​(@NotNull SafeChat javaPlugin, @NotNull java.lang.String configurationFilename, @NotNull java.lang.Class<? extends BlacklistSection> 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

    • BlacklistConfig

      public BlacklistConfig​(@NotNull @NotNull SafeChat javaPlugin, @NotNull @NotNull java.lang.String configurationFilename, @NotNull @NotNull java.lang.Class<? extends BlacklistSection> enumTypeClass)