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.playerMethods 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.