24package com.dreamfirestudios.dreamcore.DreamBlockDisplay;
27import org.bukkit.Bukkit;
28import org.bukkit.entity.BlockDisplay;
29import org.bukkit.event.Event;
30import org.bukkit.event.HandlerList;
31import org.jetbrains.annotations.NotNull;
42 private static final HandlerList handlers =
new HandlerList();
47 private final BlockDisplay blockDisplay;
54 this.blockDisplay = blockDisplay;
55 Bukkit.getPluginManager().callEvent(
this);
Event triggered when a BlockDisplay entity is created.
static HandlerList getHandlerList()
Gets the static handler list for this event type.
HandlerList getHandlers()
BlockDisplayCreatedEvent(BlockDisplay blockDisplay)
Initializes a new instance of the BlockDisplayCreatedEvent.