Class BlockBreakEvent

java.lang.Object
dev.rono.igniscore.api.event.BlockBreakEvent
All Implemented Interfaces:
BlockEvent

public final class BlockBreakEvent extends Object implements BlockEvent
Fired when a placed custom block is removed from the world.
  • Constructor Details

  • Method Details

    • block

      public PlacedBlock block()
      Specified by:
      block in interface BlockEvent
      Returns:
      the placed block instance this event refers to
    • droppedItem

      public IgnisItem droppedItem()