public interface CargoStackAPI
boolean isWeaponStack()
@Deprecated boolean isResourceStack()
boolean isCommodityStack()
boolean isMarineStack()
boolean isFuelStack()
boolean isSupplyStack()
boolean isCrewStack()
boolean isPersonnelStack()
java.lang.String getCommodityId()
float getCargoSpace()
float getCargoSpacePerUnit()
float getSize()
float getFree()
void setSize(float size)
void add(float quantity)
void subtract(float quantity)
float getMaxSize()
boolean isFull()
CargoAPI.CargoItemType getType()
void setType(CargoAPI.CargoItemType type)
boolean isNull()
java.lang.Object getData()
java.lang.String getDisplayName()
CargoAPI getCargo()
int getBaseValuePerUnit()
WeaponSpecAPI getWeaponSpecIfWeapon()
@Deprecated boolean isModSpecStack()
boolean isFighterWingStack()
FighterWingSpecAPI getFighterWingSpecIfWing()
HullModSpecAPI getHullModSpecIfHullMod()
CommoditySpecAPI getResourceIfResource()
boolean isSpecialStack()
SpecialItemData getSpecialDataIfSpecial()
SpecialItemSpecAPI getSpecialItemSpecIfSpecial()
SpecialItemPlugin getPlugin()
void setCargo(CargoAPI cargo)
boolean isInPlayerCargo()
boolean isPickedUp()
void setPickedUp(boolean isPickedUp)
Copyright © 2013 Fractal Softworks, LLC. All Rights Reserved.