24package com.dreamfirestudios.dreamcore.DreamItemDisplay;
27import org.bukkit.Bukkit;
28import org.bukkit.entity.ItemDisplay;
29import org.bukkit.event.Event;
30import org.bukkit.event.HandlerList;
31import org.jetbrains.annotations.NotNull;
53 private static final HandlerList handlers =
new HandlerList();
56 private final ItemDisplay itemDisplay;
63 this.itemDisplay = itemDisplay;
64 Bukkit.getPluginManager().callEvent(
this);
Event fired immediately after an ItemDisplay is spawned and configured by DreamItemDisplay....
static HandlerList getHandlerList()
Static accessor required by Bukkit to obtain the shared handler list.
HandlerList getHandlers()
Instance accessor required by Bukkit for listener registration.
ItemDisplaySpawnEvent(ItemDisplay itemDisplay)
Constructs and immediately fires the event through the plugin manager.