Class Bullets

java.lang.Object
mindustry.content.Bullets

public class Bullets extends Object
Class for holding special internal bullets. Formerly used to define preset bullets for turrets; as of v7, these have been inlined at the source.
  • Field Details

    • placeholder

      public static BulletType placeholder
    • spaceLiquid

      public static BulletType spaceLiquid
    • damageLightning

      public static BulletType damageLightning
    • damageLightningGround

      public static BulletType damageLightningGround
    • fireball

      public static BulletType fireball
  • Constructor Details

    • Bullets

      public Bullets()
  • Method Details

    • load

      public static void load()