Package mindustry.type
Class ItemSeq
java.lang.Object
mindustry.type.ItemSeq
- All Implemented Interfaces:
Json.JsonSerializable
,Iterable<ItemStack>
-
Field Details
-
values
protected final int[] values -
total
public int total
-
-
Constructor Details
-
ItemSeq
public ItemSeq() -
ItemSeq
-
-
Method Details
-
checkNegative
public void checkNegative() -
copy
-
each
-
clear
public void clear() -
toSeq
-
toArray
-
min
public void min(int number) -
has
-
has
-
has
-
get
-
set
-
add
-
add
-
add
-
add
-
add
-
add
-
remove
-
remove
-
remove
-
write
- Specified by:
write
in interfaceJson.JsonSerializable
-
read
- Specified by:
read
in interfaceJson.JsonSerializable
-
toString
-
iterator
-