Class EventType.BuildSelectEvent

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

public static class EventType.BuildSelectEvent extends Object
Called when a player or drone begins building something. This does not necessarily happen when a new ConstructBlock is created.
  • Field Details

    • tile

      public final Tile tile
    • team

      public final Team team
    • builder

      public final mindustry.gen.Unit builder
    • breaking

      public final boolean breaking
  • Constructor Details

    • BuildSelectEvent

      public BuildSelectEvent(Tile tile, Team team, mindustry.gen.Unit builder, boolean breaking)