Uses of Class
me.clientastisch.controller.PlayerController.Verify
-
Packages that use PlayerController.Verify Package Description me.clientastisch.controller -
-
Uses of PlayerController.Verify in me.clientastisch.controller
Methods in me.clientastisch.controller that return PlayerController.Verify Modifier and Type Method Description static PlayerController.Verify
PlayerController.Verify. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PlayerController.Verify[]
PlayerController.Verify. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in me.clientastisch.controller with parameters of type PlayerController.Verify Modifier and Type Method Description abstract void
PlayerController. setVerified(boolean verified, PlayerController.Verify state)
Set a players verify state.
-