Uses of Interface
de.marcely.bedwars.api.world.hologram.HologramEntity
Package
Description
-
Uses of HologramEntity in de.marcely.bedwars.api.arena
Modifier and TypeMethodDescription@Nullable HologramEntity
Arena.getBedHologram
(Team team) Gets the hologram that is optionally being spawned above the team's bed. -
Uses of HologramEntity in de.marcely.bedwars.api.event.player
Modifier and TypeMethodDescriptionPlayerInteractHologramEntityEvent.getEntity()
Get the hologram entity that the player tries to interact with.ModifierConstructorDescriptionPlayerInteractHologramEntityEvent
(Player player, HologramEntity entity, boolean punch) -
Uses of HologramEntity in de.marcely.bedwars.api.game.spawner
Modifier and TypeMethodDescription@Nullable HologramEntity
Spawner.getHologram()
Gets the hologram that is used to display i.a. the remaining time and the block. -
Uses of HologramEntity in de.marcely.bedwars.api.world
Modifier and TypeMethodDescriptionWorldStorage.getHolograms
(HologramControllerType controllerType) Returns all the holograms of thegetControllerType()
controllerType
that have been spawned into this world.WorldStorage.getHolograms
(HologramSkinType skin) Returns all the holograms of thegetSkinType()
skin
that have been spawned into this world.WorldStorage.spawnHologram
(HologramControllerType controller, Location location) Spawns a new hologram into this world and uses a default skin based on the controller.WorldStorage.spawnHologram
(HologramSkinType skin, Location location) Spawns a new hologram into this world.Modifier and TypeMethodDescriptionWorldStorage.getHolograms()
Returns all the holograms that have been spawned into this world.WorldStorage.getNearbyHolograms
(Location location, double radius) Returns all the holograms within the given radius. -
Uses of HologramEntity in de.marcely.bedwars.api.world.hologram
Modifier and TypeMethodDescriptionHologramController.getHologram()
Returns the hologram to which this controller is (possibly) bound to.HologramSkin.getHologram()
Returns the hologram to which this skin is bound to.