Class ExpandItemContainerContents
java.lang.Object
com.blamejared.crafttweaker.natives.item.component.ExpandItemContainerContents
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcopyInto(net.minecraft.world.item.component.ItemContainerContents internal, List<IItemStack> stacks) static IItemStackcopyOne(net.minecraft.world.item.component.ItemContainerContents internal) static net.minecraft.world.item.component.ItemContainerContentsempty()static List<IItemStack> nonEmptyItemsCopy(net.minecraft.world.item.component.ItemContainerContents internal) static net.minecraft.world.item.component.ItemContainerContentsof(List<IItemStack> items) static List<IItemStack> stream(net.minecraft.world.item.component.ItemContainerContents internal)
-
Constructor Details
-
ExpandItemContainerContents
public ExpandItemContainerContents()
-
-
Method Details
-
of
-
empty
public static net.minecraft.world.item.component.ItemContainerContents empty() -
copyInto
public static void copyInto(net.minecraft.world.item.component.ItemContainerContents internal, List<IItemStack> stacks) -
stream
public static List<IItemStack> stream(net.minecraft.world.item.component.ItemContainerContents internal) -
nonEmptyItemsCopy
public static List<IItemStack> nonEmptyItemsCopy(net.minecraft.world.item.component.ItemContainerContents internal) -
copyOne
-