Uses of Enum
de.marcely.bedwars.api.arena.AddPlayerIssue
Packages that use AddPlayerIssue
Package
Description
-
Uses of AddPlayerIssue in de.marcely.bedwars.api.arena
Methods in de.marcely.bedwars.api.arena that return AddPlayerIssueModifier and TypeMethodDescriptiondefault @Nullable AddPlayerIssue
Same asArena.addPlayer(Player, Team, AddPlayerCause)
, but player won't join any team automatically and passesAddPlayerCause.PLUGIN
as the reason for the player joining the arena.default @Nullable AddPlayerIssue
Same asArena.addPlayer(Player, Team, AddPlayerCause)
, passesAddPlayerCause.PLUGIN
as the reason for the player joining the arena.@Nullable AddPlayerIssue
Arena.addPlayer
(Player player, @Nullable Team team, AddPlayerCause cause) Tries to add the player to the arena.static AddPlayerIssue
Returns the enum constant of this type with the specified name.static AddPlayerIssue[]
AddPlayerIssue.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AddPlayerIssue in de.marcely.bedwars.api.event.player
Methods in de.marcely.bedwars.api.event.player that return types with arguments of type AddPlayerIssueModifier and TypeMethodDescriptionPlayerJoinArenaEvent.getIssues()
Returns all issues there are for the player to enter the arena.Methods in de.marcely.bedwars.api.event.player with parameters of type AddPlayerIssueModifier and TypeMethodDescriptionboolean
PlayerJoinArenaEvent.addIssue
(AddPlayerIssue issue) Adds an issue which causes the player to not be able to enter the arena.boolean
PlayerJoinArenaEvent.removeIssue
(AddPlayerIssue issue) Removes an issue.Constructor parameters in de.marcely.bedwars.api.event.player with type arguments of type AddPlayerIssueModifierConstructorDescriptionPlayerJoinArenaEvent
(Player player, Arena arena, AddPlayerCause cause, Team team, Set<AddPlayerIssue> issues) -
Uses of AddPlayerIssue in de.marcely.bedwars.api.remote
Methods in de.marcely.bedwars.api.remote that return AddPlayerIssueModifier and TypeMethodDescription@Nullable AddPlayerIssue
RemotePlayerAddResult.getPlayerIssue
(UUID uuid) Gets the issue that possibly caused the player to not join the arena.Constructors in de.marcely.bedwars.api.remote with parameters of type AddPlayerIssueModifierConstructorDescriptionRemotePlayerAddResult
(AddRemotePlayerInfo info, @Nullable AddPlayerIssue issue) Constructor parameters in de.marcely.bedwars.api.remote with type arguments of type AddPlayerIssueModifierConstructorDescriptionRemotePlayerAddResult
(RemotePlayerAddResult.GeneralResult result, Map<UUID, Pair<RemotePlayerAddResult.PlayerResult, AddPlayerIssue>> players)