Class MessagesConfig

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

public final class MessagesConfig
extends studio.thevipershow.vtc.TomlSectionConfiguration<SafeChat,​MessagesSection>
Config for the messages.
  • Constructor Summary

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

    • MessagesConfig

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