Uses of Enum Class
com.palmergames.bukkit.towny.object.TownyPermissionChange.Action
-
Uses of TownyPermissionChange.Action in com.palmergames.bukkit.towny.object
Modifier and TypeMethodDescriptionTownyPermissionChange.getChangeAction()
static TownyPermissionChange.Action
Returns the enum constant of this class with the specified name.static TownyPermissionChange.Action[]
TownyPermissionChange.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
TownyPermission.change
(TownyPermissionChange.Action permChange, boolean toValue, Object... args) ModifierConstructorDescriptionTownyPermissionChange
(TownyPermissionChange.Action changeAction, boolean changeValue, Object... args)