Uses of Interface
de.marcely.bedwars.api.game.lobby.LobbyItem
Package
Description
The root package of the MBedwars API
Events related to
Player
actions, or changes to player properties.Classes relevant to the waiting lobby of an
Arena
.-
Uses of LobbyItem in de.marcely.bedwars.api
Modifier and TypeMethodDescription@Nullable LobbyItem
GameAPI.getVisibleLobbyItem
(int slot, Player player, Arena arena) Returns the currently visible item at a specific slot.Modifier and TypeMethodDescriptionCollection
<? extends LobbyItem> GameAPI.getLobbyItems()
Returns all existingLobbyItem
s.@Nullable Collection
<? extends LobbyItem> GameAPI.getLobbyItems
(int slot) Returns allLobbyItem
s that were added to a specific slot. -
Uses of LobbyItem in de.marcely.bedwars.api.event.player
Modifier and TypeMethodDescriptionPlayerUseLobbyItemEvent.getLobbyItem()
Returns theLobbyItem
that was used by the player.ModifierConstructorDescriptionPlayerUseLobbyItemEvent
(Player player, LobbyItem lobbyItem, Arena arena, ItemStack item) -
Uses of LobbyItem in de.marcely.bedwars.api.game.lobby
Modifier and TypeMethodDescriptionabstract void
Handles the execution of the item.abstract boolean
Whether the item shall be shown and usable at the given circumstances.