Package net.storm.api.items.loadouts
Class LoadoutItem
java.lang.Object
net.storm.api.items.loadouts.LoadoutItem
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionLoadoutItem(int id, int quantity, boolean stackable, boolean noted, LoadoutItem.Type type, int slot) LoadoutItem(int id, int quantity, int maxQuantity, boolean stackable, boolean noted, boolean strict, LoadoutItem.Type type, int slot) LoadoutItem(int id, int quantity, int maxQuantity, boolean stackable, boolean noted, LoadoutItem.Type type, int slot) -
Method Summary
-
Constructor Details
-
LoadoutItem
public LoadoutItem(int id, int quantity, int maxQuantity, boolean stackable, boolean noted, boolean strict, LoadoutItem.Type type, int slot) -
LoadoutItem
public LoadoutItem(int id, int quantity, int maxQuantity, boolean stackable, boolean noted, LoadoutItem.Type type, int slot) -
LoadoutItem
public LoadoutItem(int id, int quantity, boolean stackable, boolean noted, LoadoutItem.Type type, int slot)
-