Uses of Enum
de.marcely.bedwars.api.arena.AddPlayerCause
Package
Description
Contains classes that are related to the
Arena
.Events related to
Player
actions, or changes to player properties.Classes used to manage other servers running MBedwars remotely.
-
Uses of AddPlayerCause in de.marcely.bedwars.api.arena
Modifier and TypeMethodDescriptionstatic AddPlayerCause
Returns the enum constant of this type with the specified name.static AddPlayerCause[]
AddPlayerCause.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescription@Nullable AddPlayerIssue
Arena.addPlayer
(Player player, @Nullable Team team, AddPlayerCause cause) Tries to add the player to the arena. -
Uses of AddPlayerCause in de.marcely.bedwars.api.event.player
Modifier and TypeMethodDescriptionPlayerJoinArenaEvent.getCause()
Returns what has made the player to join the arena.ModifierConstructorDescriptionPlayerJoinArenaEvent
(Player player, Arena arena, AddPlayerCause cause, Team team, Set<AddPlayerIssue> issues) -
Uses of AddPlayerCause in de.marcely.bedwars.api.remote
Modifier and TypeMethodDescriptionAddRemotePlayerInfo.getCause()
Returns the cause that made him join the arena- Defined usingAddRemotePlayerInfo.setCause(AddPlayerCause)
.Modifier and TypeMethodDescriptionAddRemotePlayerInfo.setCause
(AddPlayerCause cause) Define the cause that made the player join the arena.