24package com.dreamfirestudios.dreamcore.DreamHologram;
27import org.bukkit.Bukkit;
28import org.bukkit.event.Event;
29import org.bukkit.event.HandlerList;
30import org.jetbrains.annotations.NotNull;
51 private static final HandlerList HANDLERS =
new HandlerList();
61 super(!Bukkit.isPrimaryThread());
62 this.hologram = hologram;
73 @Override
public @NotNull HandlerList
getHandlers() {
return HANDLERS; }
A multi-line Adventure Component hologram backed by stacked ArmorStands.
Event fired after a hologram has been created and its initial lines spawned.
static HandlerList getHandlerList()
Shared handler list.
HandlerList getHandlers()
static void fire(@NotNull DreamHologram hologram)
Fires this event via the Bukkit plugin manager.
HologramSpawnEvent(@NotNull DreamHologram hologram)
Constructs the event.