Uses of Interface
de.marcely.bedwars.api.game.spectator.SpectatorItem
Package
Description
-
Uses of SpectatorItem in de.marcely.bedwars.api
Modifier and TypeMethodDescription@Nullable SpectatorItem
GameAPI.getSpectatorItem
(int slot) Returns a hotbar slot given by its slot. -
Uses of SpectatorItem in de.marcely.bedwars.api.event.player
Modifier and TypeMethodDescriptionSpectatorItemUseEvent.getItem()
Returns the item that has is about to be used. -
Uses of SpectatorItem in de.marcely.bedwars.api.game.spectator
Modifier and TypeMethodDescriptionabstract void
SpectatorItemHandler.handleUse
(Spectator spectator, SpectatorItem item) Handles the execution of the item.abstract boolean
SpectatorItemHandler.isVisible
(Spectator spectator, SpectatorItem item) Whether or not the item shall be shown and usable at the given circumstances.