Class FurniturePlaceEvent

java.lang.Object
org.bukkit.event.Event
org.bukkit.event.player.PlayerEvent
dev.lone.itemsadder.api.Events.FurniturePlaceEvent
All Implemented Interfaces:
Cancellable

@Deprecated public class FurniturePlaceEvent extends PlayerEvent implements Cancellable
Called while simple furniture is being placed.
  • Method Details

    • isCancelled

      public boolean isCancelled()
      Deprecated.
      Specified by:
      isCancelled in interface Cancellable
    • setCancelled

      public void setCancelled(boolean cancelled)
      Deprecated.
      Specified by:
      setCancelled in interface Cancellable
    • getNamespacedID

      @Nullable public @Nullable String getNamespacedID()
      Deprecated.
      Gets the furniture namespaced id.
      Returns:
      the namespaced id.
    • getHandlers

      @NotNull public @NotNull HandlerList getHandlers()
      Deprecated.
      Specified by:
      getHandlers in class Event
    • getHandlerList

      @NotNull public static @NotNull HandlerList getHandlerList()
      Deprecated.