Uses of Enum
de.marcely.bedwars.api.arena.KickReason
Packages that use KickReason
Package
Description
Contains classes that are related to the 
Arena.Events related to 
Player actions, or changes to player properties.- 
Uses of KickReason in de.marcely.bedwars.api.arenaMethods in de.marcely.bedwars.api.arena that return KickReasonModifier and TypeMethodDescriptionstatic KickReasonReturns the enum constant of this type with the specified name.static KickReason[]KickReason.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 KickReasonModifier and TypeMethodDescriptiondefault intArena.kickAllPlayers(KickReason reason) Kicks every player who's currently inside the arena.booleanArena.kickPlayer(Player player, KickReason reason) Kicks the player from the arena.
- 
Uses of KickReason in de.marcely.bedwars.api.event.playerMethods in de.marcely.bedwars.api.event.player that return KickReasonModifier and TypeMethodDescriptionPlayerQuitArenaEvent.getReason()Returns the reason why he left the arena.Constructors in de.marcely.bedwars.api.event.player with parameters of type KickReasonModifierConstructorDescriptionPlayerQuitArenaEvent(Player player, Arena arena, KickReason reason, @Nullable Team team, @Nullable QuitPlayerMemory memory, boolean hasLeaveMessage)