Uses of Enum Class
com.palmergames.bukkit.towny.object.TownyPermissionChange.Action
Packages that use TownyPermissionChange.Action
-
Uses of TownyPermissionChange.Action in com.palmergames.bukkit.towny.object
Methods in com.palmergames.bukkit.towny.object that return TownyPermissionChange.ActionModifier and TypeMethodDescriptionTownyPermissionChange.getChangeAction()static TownyPermissionChange.ActionReturns 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.Methods in com.palmergames.bukkit.towny.object with parameters of type TownyPermissionChange.ActionModifier and TypeMethodDescriptionvoidTownyPermission.change(TownyPermissionChange.Action permChange, boolean toValue, Object... args) Constructors in com.palmergames.bukkit.towny.object with parameters of type TownyPermissionChange.ActionModifierConstructorDescriptionTownyPermissionChange(TownyPermissionChange.Action changeAction, boolean changeValue, Object... args)