net.minecraft.inventory

public class InventoryHelper

agx
net.minecraft.class_1262
net.minecraft.inventory.InventoryHelper
net.minecraft.inventory.ItemStackHelper
net.minecraft.inventory.ItemStackHelper

Method summary

Modifier and TypeMethod
public static ItemStack
a(List<bcb> arg0, int arg1, int arg2)
method_5430(List<class_1799> arg0, int arg1, int arg2)
split(List<ItemStack> inventory, int slot, int amount)
func_188382_a(List<ItemStack> arg0, int arg1, int arg2)
getAndSplit(List<ItemStack> stacks, int index, int amount)
public static ItemStack
a(List<bcb> arg0, int arg1)
method_5428(List<class_1799> arg0, int arg1)
remove(List<ItemStack> inventory, int slot)
func_188383_a(List<ItemStack> arg0, int arg1)
getAndRemove(List<ItemStack> stacks, int index)
public static NbtCompound
a(ib arg0, fj<bcb> arg1)
method_5426(class_2487 arg0, class_2371<class_1799> arg1)
toNbt(NbtCompound nbt, DefaultedList<ItemStack> inventory)
func_191282_a(CompoundNBT arg0, NonNullList<ItemStack> arg1)
saveAllItems(CompoundNBT tag, NonNullList<ItemStack> list)
public static NbtCompound
a(ib arg0, fj<bcb> arg1, boolean arg2)
method_5427(class_2487 arg0, class_2371<class_1799> arg1, boolean arg2)
toNbt(NbtCompound nbt, DefaultedList<ItemStack> inventory, boolean always)
func_191281_a(CompoundNBT arg0, NonNullList<ItemStack> arg1, boolean arg2)
saveAllItems(CompoundNBT tag, NonNullList<ItemStack> list, boolean saveEmpty)
public static void
b(ib arg0, fj<bcb> arg1)
method_5429(class_2487 arg0, class_2371<class_1799> arg1)
fromNbt(NbtCompound nbt, DefaultedList<ItemStack> inventory)
func_191283_b(CompoundNBT arg0, NonNullList<ItemStack> arg1)
loadAllItems(CompoundNBT tag, NonNullList<ItemStack> list)