Package mindustry.game
Class EventType.BuildSelectEvent
java.lang.Object
mindustry.game.EventType.BuildSelectEvent
- Enclosing class:
- EventType
Called when a player or drone begins building something.
This does not necessarily happen when a new ConstructBlock is created.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionBuildSelectEvent
(Tile tile, Team team, mindustry.gen.Unit builder, boolean breaking) -
Method Summary
-
Field Details
-
tile
-
team
-
builder
public final mindustry.gen.Unit builder -
breaking
public final boolean breaking
-
-
Constructor Details
-
BuildSelectEvent
-