Class EventType.TilePreChangeEvent

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

public static class EventType.TilePreChangeEvent extends Object
Called *before* a tile has changed. WARNING! This event is special: its instance is reused! Do not cache or use with a timer. Do not modify any tiles inside listeners that use this tile.
  • Field Details

    • tile

      public Tile tile
  • Constructor Details

    • TilePreChangeEvent

      public TilePreChangeEvent()
  • Method Details