Package mindustry.game
Class EventType.BlockBuildBeginEvent
java.lang.Object
mindustry.game.EventType.BlockBuildBeginEvent
- Enclosing class:
- EventType
Called when block building begins by placing down the ConstructBlock.
The tile's block will nearly always be a ConstructBlock.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionBlockBuildBeginEvent
(Tile tile, Team team, mindustry.gen.Unit unit, boolean breaking) -
Method Summary
-
Field Details
-
tile
-
team
-
unit
-
breaking
public final boolean breaking
-
-
Constructor Details
-
BlockBuildBeginEvent
-