Class AddressConfig

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

public final class AddressConfig
extends studio.thevipershow.vtc.TomlSectionConfiguration<SafeChat,​AddressSection>
  • Constructor Summary

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

    • AddressConfig

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