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