Uses of Class
studio.thevipershow.safechat.api.checks.CheckPriority.Priority
Package | Description |
---|---|
studio.thevipershow.safechat.api.checks |
-
Uses of CheckPriority.Priority in studio.thevipershow.safechat.api.checks
Methods in studio.thevipershow.safechat.api.checks that return CheckPriority.Priority Modifier and Type Method Description CheckPriority.Priority
ChatCheck. getCheckPriority()
CheckPriority.Priority
Check. getCheckPriority()
Get the priority of the check.static CheckPriority.Priority
CheckPriority.Priority. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CheckPriority.Priority[]
CheckPriority.Priority. values()
Returns an array containing the constants of this enum type, in the order they are declared.