Package com.fs.starfarer.api.campaign
Interface SpecialItemPlugin.RightClickActionHelper
- Enclosing interface:
- SpecialItemPlugin
public static interface SpecialItemPlugin.RightClickActionHelper
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addItems
(CargoAPI.CargoItemType type, Object data, float quantity) float
getNumItems
(CargoAPI.CargoItemType type, Object data) void
removeFromAnyStack
(CargoAPI.CargoItemType type, Object data, int num) void
removeFromClickedStackFirst
(int num)
-
Method Details
-
removeFromClickedStackFirst
void removeFromClickedStackFirst(int num) -
removeFromAnyStack
-
addItems
-
getNumItems
-