Class BlockPlaceEvent

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

public final class BlockPlaceEvent extends Object implements BlockEvent
Fired after a custom block is registered at a world location.
  • Constructor Details

  • Method Details

    • block

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

      public IgnisItem placedFrom()