Uses of Enum
de.marcely.bedwars.api.arena.AddPlayerCause
Packages that use 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
Methods in de.marcely.bedwars.api.arena that return AddPlayerCauseModifier 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.Methods in de.marcely.bedwars.api.arena with parameters of type AddPlayerCauseModifier 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
Methods in de.marcely.bedwars.api.event.player that return AddPlayerCauseModifier and TypeMethodDescriptionPlayerJoinArenaEvent.getCause()
Returns what has made the player to join the arena.Constructors in de.marcely.bedwars.api.event.player with parameters of type AddPlayerCauseModifierConstructorDescriptionPlayerJoinArenaEvent
(Player player, Arena arena, AddPlayerCause cause, Team team, Set<AddPlayerIssue> issues) -
Uses of AddPlayerCause in de.marcely.bedwars.api.remote
Methods in de.marcely.bedwars.api.remote that return AddPlayerCauseModifier and TypeMethodDescriptionAddRemotePlayerInfo.getCause()
Returns the cause that made him join the arena- Defined usingAddRemotePlayerInfo.setCause(AddPlayerCause)
.Methods in de.marcely.bedwars.api.remote with parameters of type AddPlayerCauseModifier and TypeMethodDescriptionAddRemotePlayerInfo.setCause
(AddPlayerCause cause) Define the cause that made the player join the arena.