net.minecraft.world

public class ContainerHelper

aol
net.minecraft.world.ContainerHelper
net.minecraft.class_1262
net.minecraft.inventory.Inventories
net.minecraft.inventory.ItemStackHelper
net.minecraft.server.v1_16_R2.ContainerUtil

Method summary

Modifier and TypeMethod
public static ItemStack
a(List<bly> arg0, int arg1, int arg2)
removeItem(List<ItemStack> arg0, int arg1, int arg2)
method_5430(List<class_1799> arg0, int arg1, int arg2)
splitStack(List<ItemStack> stacks, int slot, int amount)
func_188382_a(List<ItemStack> arg0, int arg1, int arg2)
public static ItemStack
a(List<bly> arg0, int arg1)
takeItem(List<ItemStack> arg0, int arg1)
method_5428(List<class_1799> arg0, int arg1)
removeStack(List<ItemStack> stacks, int slot)
func_188383_a(List<ItemStack> arg0, int arg1)
public static CompoundTag
a(md arg0, gj<bly> arg1)
saveAllItems(CompoundTag arg0, NonNullList<ItemStack> arg1)
method_5426(class_2487 arg0, class_2371<class_1799> arg1)
toTag(CompoundTag tag, DefaultedList<ItemStack> stacks)
func_191282_a(CompoundNBT arg0, NonNullList<ItemStack> arg1)
public static CompoundTag
a(md arg0, gj<bly> arg1, boolean arg2)
saveAllItems(CompoundTag arg0, NonNullList<ItemStack> arg1, boolean arg2)
method_5427(class_2487 arg0, class_2371<class_1799> arg1, boolean arg2)
toTag(CompoundTag tag, DefaultedList<ItemStack> stacks, boolean setIfEmpty)
func_191281_a(CompoundNBT arg0, NonNullList<ItemStack> arg1, boolean arg2)
public static void
b(md arg0, gj<bly> arg1)
loadAllItems(CompoundTag arg0, NonNullList<ItemStack> arg1)
method_5429(class_2487 arg0, class_2371<class_1799> arg1)
fromTag(CompoundTag tag, DefaultedList<ItemStack> stacks)
func_191283_b(CompoundNBT arg0, NonNullList<ItemStack> arg1)
public static int
a(aok arg0, Predicate<bly> arg1, int arg2, boolean arg3)
clearOrCountMatchingItems(Container arg0, Predicate<ItemStack> arg1, int arg2, boolean arg3)
method_29234(class_1263 arg0, Predicate<class_1799> arg1, int arg2, boolean arg3)
remove(Inventory inventory, Predicate<ItemStack> shouldRemove, int maxCount, boolean dryRun)
func_233534_a_(IInventory arg0, Predicate<ItemStack> arg1, int arg2, boolean arg3)
public static int
a(bly arg0, Predicate<bly> arg1, int arg2, boolean arg3)
clearOrCountMatchingItems(ItemStack arg0, Predicate<ItemStack> arg1, int arg2, boolean arg3)
method_29235(class_1799 arg0, Predicate<class_1799> arg1, int arg2, boolean arg3)
remove(ItemStack stack, Predicate<ItemStack> shouldRemove, int maxCount, boolean dryRun)
func_233535_a_(ItemStack arg0, Predicate<ItemStack> arg1, int arg2, boolean arg3)