Uses of Interface
de.marcely.bedwars.api.world.hologram.HologramEntity
Packages that use HologramEntity
Package
Description
Contains classes that are related to the 
Arena.Events related to 
Player actions, or changes to player properties.Classes related to the in game 
Spawners.Classes relevant to managing custom blocks and holograms placed throughout worlds.
Interfaces used to manage the MBedwars packet based holograms.
- 
Uses of HologramEntity in de.marcely.bedwars.api.arenaMethods in de.marcely.bedwars.api.arena that return HologramEntityModifier and TypeMethodDescription@Nullable HologramEntityArena.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.playerMethods in de.marcely.bedwars.api.event.player that return HologramEntityModifier and TypeMethodDescriptionPlayerInteractHologramEntityEvent.getEntity()Get the hologram entity that the player tries to interact with.Constructors in de.marcely.bedwars.api.event.player with parameters of type HologramEntityModifierConstructorDescriptionPlayerInteractHologramEntityEvent(Player player, HologramEntity entity, boolean punch) 
- 
Uses of HologramEntity in de.marcely.bedwars.api.game.spawnerMethods in de.marcely.bedwars.api.game.spawner that return HologramEntityModifier and TypeMethodDescription@Nullable HologramEntitySpawner.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.worldMethods in de.marcely.bedwars.api.world that return HologramEntityModifier and TypeMethodDescriptionWorldStorage.getHolograms(HologramControllerType controllerType) Returns all the holograms of thegetControllerType()controllerTypethat have been spawned into this world.WorldStorage.getHolograms(HologramSkinType skin) Returns all the holograms of thegetSkinType()skinthat 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.Methods in de.marcely.bedwars.api.world that return types with arguments of type HologramEntityModifier 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.hologramMethods in de.marcely.bedwars.api.world.hologram that return HologramEntityModifier 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.