Uses of Class
studio.thevipershow.safechat.config.messages.MessagesSection
Package | Description |
---|---|
studio.thevipershow.safechat.config.messages |
-
Uses of MessagesSection in studio.thevipershow.safechat.config.messages
Methods in studio.thevipershow.safechat.config.messages that return MessagesSection Modifier and Type Method Description static MessagesSection
MessagesSection. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MessagesSection[]
MessagesSection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in studio.thevipershow.safechat.config.messages with type arguments of type MessagesSection Constructor Description MessagesConfig(@NotNull SafeChat javaPlugin, @NotNull java.lang.String configurationFilename, @NotNull java.lang.Class<? extends MessagesSection> enumTypeClass)