Uses of Enum
de.marcely.bedwars.api.arena.RejoinPlayerCause
Packages that use RejoinPlayerCause
Package
Description
Contains classes that are related to the
Arena.Events related to
Player actions, or changes to player properties.-
Uses of RejoinPlayerCause in de.marcely.bedwars.api.arena
Methods in de.marcely.bedwars.api.arena that return RejoinPlayerCauseModifier and TypeMethodDescriptionstatic RejoinPlayerCauseReturns the enum constant of this type with the specified name.static RejoinPlayerCause[]RejoinPlayerCause.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RejoinPlayerCause in de.marcely.bedwars.api.event.player
Methods in de.marcely.bedwars.api.event.player that return RejoinPlayerCauseModifier and TypeMethodDescriptionPlayerRejoinArenaEvent.getCause()Returns the cause why the player is rejoining the arena.Constructors in de.marcely.bedwars.api.event.player with parameters of type RejoinPlayerCauseModifierConstructorDescriptionPlayerRejoinArenaEvent(Player player, Arena arena, RejoinPlayerCause cause, @Nullable QuitPlayerMemory memory, Set<RejoinPlayerIssue> issues)