Uses of Interface
de.marcely.bedwars.api.game.spectator.SpectatorItem
Packages that use SpectatorItem
Package
Description
The root package of the MBedwars API
Events related to
Player
actions, or changes to player properties.Classes dedicated to players Spectating in MBedwars.
-
Uses of SpectatorItem in de.marcely.bedwars.api
Methods in de.marcely.bedwars.api that return SpectatorItemModifier 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
Methods in de.marcely.bedwars.api.event.player that return SpectatorItemModifier and TypeMethodDescriptionSpectatorItemUseEvent.getItem()
Returns the item that has is about to be used.Constructors in de.marcely.bedwars.api.event.player with parameters of type SpectatorItem -
Uses of SpectatorItem in de.marcely.bedwars.api.game.spectator
Methods in de.marcely.bedwars.api.game.spectator with parameters of type SpectatorItemModifier 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.