Class EventType.TileChangeEvent

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

public static class EventType.TileChangeEvent extends Object
Called *after* 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 listener code.
  • Field Details

    • tile

      public Tile tile
  • Constructor Details

    • TileChangeEvent

      public TileChangeEvent()
  • Method Details