Class EventType.BlockDestroyEvent

java.lang.Object
mindustry.game.EventType.BlockDestroyEvent
Enclosing class:
EventType

public static class EventType.BlockDestroyEvent extends Object
Called right before a block is destroyed. The tile entity of the tile in this event cannot be null when this happens.
  • Field Details

    • tile

      public final Tile tile
  • Constructor Details

    • BlockDestroyEvent

      public BlockDestroyEvent(Tile tile)