public static class CargoAPI.CargoItemQuantity<T> extends java.lang.Object
| Constructor and Description |
|---|
CargoItemQuantity(T item,
int count) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
T |
getItem() |
public CargoItemQuantity(T item, int count)