Class ItemAmmoType

java.lang.Object
mindustry.type.ammo.ItemAmmoType
All Implemented Interfaces:
AmmoType

public class ItemAmmoType extends Object implements AmmoType
  • Field Details

    • range

      public float range
    • ammoPerItem

      public int ammoPerItem
    • item

      public Item item
  • Constructor Details

    • ItemAmmoType

      public ItemAmmoType(Item item)
    • ItemAmmoType

      public ItemAmmoType(Item item, int ammoPerItem)
    • ItemAmmoType

      public ItemAmmoType()
  • Method Details