Package mindustry.game
Class EventType.BuildingBulletDestroyEvent
java.lang.Object
mindustry.game.EventType.BuildingBulletDestroyEvent
- Enclosing class:
- EventType
Called when a building is directly killed by a bullet. May not fire in all circumstances.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionBuildingBulletDestroyEvent
(mindustry.gen.Building build, mindustry.gen.Bullet bullet) -
Method Summary
-
Field Details
-
build
public mindustry.gen.Building build -
bullet
public mindustry.gen.Bullet bullet
-
-
Constructor Details
-
BuildingBulletDestroyEvent
public BuildingBulletDestroyEvent(mindustry.gen.Building build, mindustry.gen.Bullet bullet) -
BuildingBulletDestroyEvent
public BuildingBulletDestroyEvent()
-