Class EventType.BuildingBulletDestroyEvent

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

public static class EventType.BuildingBulletDestroyEvent extends Object
Called when a building is directly killed by a bullet. May not fire in all circumstances.
  • 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()