ItemContainerContents
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
Members
copyInto(stacks as List<IItemStack>)
Parameters:
stacks: List<IItemStack>
Type: List<IItemStack>
Getter
Return Type:
IItemStack
static empty() as ItemContainerContents
Return Type:
ItemContainerContents
Getter
Return Type:
List<IItemStack>
Getter
Return Type:
List<IItemStack>
static of(items as List<IItemStack>) as ItemContainerContents
Parameters:
items: List<IItemStack>
Type: List<IItemStack>
Return Type:
ItemContainerContents