Uses of Enum Class
net.mathias2246.buildmc.api.event.claims.ClaimWhitelistChangeEvent.ChangeAction
Packages that use ClaimWhitelistChangeEvent.ChangeAction
-
Uses of ClaimWhitelistChangeEvent.ChangeAction in net.mathias2246.buildmc.api.event.claims
Methods in net.mathias2246.buildmc.api.event.claims that return ClaimWhitelistChangeEvent.ChangeActionModifier and TypeMethodDescriptionClaimWhitelistChangeEvent.getAction()Gets the kind of action that will be used on the player in the whitelist.Returns the enum constant of this class with the specified name.ClaimWhitelistChangeEvent.ChangeAction.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 ClaimWhitelistChangeEvent.ChangeActionModifierConstructorDescriptionClaimWhitelistChangeEvent(@NotNull Claim claim, @NotNull org.bukkit.OfflinePlayer whitelistedPlayer, @NotNull ClaimWhitelistChangeEvent.ChangeAction action) The default constructor for creating this event.