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