Class Turret.BulletEntry

java.lang.Object
mindustry.world.blocks.defense.turrets.Turret.BulletEntry
Enclosing class:
Turret

public static class Turret.BulletEntry extends Object
  • Field Details

    • bullet

      public mindustry.gen.Bullet bullet
    • x

      public float x
    • y

      public float y
    • rotation

      public float rotation
    • life

      public float life
  • Constructor Details

    • BulletEntry

      public BulletEntry(mindustry.gen.Bullet bullet, float x, float y, float rotation, float life)