Uses of Class
net.kautler.command.api.annotation.RestrictionPolicy.Policy
-
Packages that use RestrictionPolicy.Policy Package Description net.kautler.command.api.annotation -
-
Uses of RestrictionPolicy.Policy in net.kautler.command.api.annotation
Methods in net.kautler.command.api.annotation that return RestrictionPolicy.Policy Modifier and Type Method Description RestrictionPolicy.Policy
value()
Returns the restriction policy for the annotated command.static RestrictionPolicy.Policy
RestrictionPolicy.Policy. valueOf(String name)
Returns the enum constant of this type with the specified name.static RestrictionPolicy.Policy[]
RestrictionPolicy.Policy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-