Uses of Enum Class
io.papermc.paper.event.server.WhitelistStateUpdateEvent.WhitelistStatus
Packages that use WhitelistStateUpdateEvent.WhitelistStatus
-
Uses of WhitelistStateUpdateEvent.WhitelistStatus in io.papermc.paper.event.server
Methods in io.papermc.paper.event.server that return WhitelistStateUpdateEvent.WhitelistStatusModifier 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.Constructors in io.papermc.paper.event.server with parameters of type WhitelistStateUpdateEvent.WhitelistStatusModifierConstructorDescriptionWhitelistStateUpdateEvent
(PlayerProfile playerProfile, WhitelistStateUpdateEvent.WhitelistStatus status)