Uses of Interface
de.marcely.bedwars.api.game.lobby.LobbyItem
Packages that use 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
Methods in de.marcely.bedwars.api that return LobbyItemModifier and TypeMethodDescription@Nullable LobbyItemGameAPI.getVisibleLobbyItem(int slot, Player player, Arena arena) Returns the currently visible item at a specific slot.Methods in de.marcely.bedwars.api that return types with arguments of type LobbyItemModifier and TypeMethodDescriptionCollection<? extends LobbyItem> GameAPI.getLobbyItems()Returns all existingLobbyItems.@Nullable Collection<? extends LobbyItem> GameAPI.getLobbyItems(int slot) Returns allLobbyItems that were added to a specific slot. -
Uses of LobbyItem in de.marcely.bedwars.api.event.player
Methods in de.marcely.bedwars.api.event.player that return LobbyItemModifier and TypeMethodDescriptionPlayerUseLobbyItemEvent.getLobbyItem()Returns theLobbyItemthat was used by the player.Constructors in de.marcely.bedwars.api.event.player with parameters of type LobbyItemModifierConstructorDescriptionPlayerUseLobbyItemEvent(Player player, LobbyItem lobbyItem, Arena arena, ItemStack item) -
Uses of LobbyItem in de.marcely.bedwars.api.game.lobby
Methods in de.marcely.bedwars.api.game.lobby with parameters of type LobbyItemModifier and TypeMethodDescriptionabstract voidHandles the execution of the item.abstract booleanWhether the item shall be shown and usable at the given circumstances.