public interface BaseHologram extends Terminable
EMPTY| Modifier and Type | Method and Description |
|---|---|
void |
despawn()
Despawns the hologram
|
boolean |
isSpawned()
Check if the hologram is currently spawned
|
void |
setClickCallback(Consumer<Player> clickCallback)
Sets a click callback for this hologram
|
void |
spawn()
Spawns the hologram
|
void |
updatePosition(Position position)
Updates the position of the hologram and respawns it
|
bindWith, close, closeAndReportException, closeSilently, isClosedvoid spawn()
void despawn()
boolean isSpawned()
void updatePosition(@Nonnull Position position)
position - the new positionCopyright © 2020. All rights reserved.