Uses of Enum Class
net.mathias2246.buildmc.api.event.claims.ClaimProtectionChangeEvent.ActiveState
Packages that use ClaimProtectionChangeEvent.ActiveState
-
Uses of ClaimProtectionChangeEvent.ActiveState in net.mathias2246.buildmc.api.event.claims
Subclasses with type arguments of type ClaimProtectionChangeEvent.ActiveState in net.mathias2246.buildmc.api.event.claimsMethods in net.mathias2246.buildmc.api.event.claims that return ClaimProtectionChangeEvent.ActiveStateModifier and TypeMethodDescriptionClaimProtectionChangeEvent.getNewState()Returns the enum constant of this class with the specified name.ClaimProtectionChangeEvent.ActiveState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.mathias2246.buildmc.api.event.claims with parameters of type ClaimProtectionChangeEvent.ActiveStateModifierConstructorDescriptionClaimProtectionChangeEvent(@NotNull Claim claim, @NotNull Protection protection, @NotNull ClaimProtectionChangeEvent.ActiveState newState, @NotNull org.bukkit.command.CommandSender actor)