Uses of Enum
de.marcely.bedwars.api.event.player.PlayerModifyBlockPermissionEvent.Issue
Packages that use PlayerModifyBlockPermissionEvent.Issue
-
Uses of PlayerModifyBlockPermissionEvent.Issue in de.marcely.bedwars.api.event.player
Subclasses with type arguments of type PlayerModifyBlockPermissionEvent.Issue in de.marcely.bedwars.api.event.playerModifier and TypeClassDescriptionstatic enumReasons that cause the BlocKEvent to not get performed.Methods in de.marcely.bedwars.api.event.player that return PlayerModifyBlockPermissionEvent.IssueModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.PlayerModifyBlockPermissionEvent.Issue.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.marcely.bedwars.api.event.player with parameters of type PlayerModifyBlockPermissionEvent.IssueModifier and TypeMethodDescriptionbooleanPlayerModifyBlockPermissionEvent.isIssuePresent(PlayerModifyBlockPermissionEvent.Issue issue) Returns whether the given issue is present.voidPlayerModifyBlockPermissionEvent.setIssuePresent(PlayerModifyBlockPermissionEvent.Issue issue, boolean present) Set whether an issue is present.