Uses of Enum
de.marcely.bedwars.api.event.player.PlayerModifyBlockPermissionEvent.Issue
-
Uses of PlayerModifyBlockPermissionEvent.Issue in de.marcely.bedwars.api.event.player
Modifier 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.Modifier and TypeMethodDescriptionboolean
PlayerModifyBlockPermissionEvent.isIssuePresent
(PlayerModifyBlockPermissionEvent.Issue issue) Returns whether the given issue is present.void
PlayerModifyBlockPermissionEvent.setIssuePresent
(PlayerModifyBlockPermissionEvent.Issue issue, boolean present) Set whether an issue is present.