Uses of Enum Class
io.papermc.paper.event.server.WhitelistStateUpdateEvent.WhitelistStatus
-
Uses of WhitelistStateUpdateEvent.WhitelistStatus in io.papermc.paper.event.server
Modifier and TypeMethodDescriptionWhitelistStateUpdateEvent.getStatus()
Gets the status change of the player profileReturns the enum constant of this class with the specified name.WhitelistStateUpdateEvent.WhitelistStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionWhitelistStateUpdateEvent
(@NotNull PlayerProfile playerProfile, @NotNull WhitelistStateUpdateEvent.WhitelistStatus status)