Class EventType.BulletCreateEvent

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

public static class EventType.BulletCreateEvent extends Object
Called when a bullet has been created. WARNING! This event is special: its instance is reused! Do not cache or use with a timer. Do not modify any tiles inside listeners that use this tile.
  • Field Details

    • bullet

      public mindustry.gen.Bullet bullet
  • Constructor Details

    • BulletCreateEvent

      public BulletCreateEvent()
  • Method Details