Package mindustry.type
Interface AmmoType
- All Known Implementing Classes:
ItemAmmoType
,PowerAmmoType
public interface AmmoType
Type of ammo that a unit uses.
-
Method Summary
-
Method Details
-
icon
String icon() -
color
arc.graphics.Color color() -
barColor
arc.graphics.Color barColor() -
resupply
void resupply(mindustry.gen.Unit unit)
-