net.minecraft.inventory

public class Inventories

aha
net.minecraft.class_1262
net.minecraft.inventory.Inventories
net.minecraft.inventory.InventoryHelper
net.minecraft.inventory.ItemStackHelper
net.minecraft.inventory.ItemStackHelper

Method summary

Modifier and TypeMethod
public static ItemStack
a(List<bce> arg0, int arg1, int arg2)
method_5430(List<class_1799> arg0, int arg1, int arg2)
splitStack(List<ItemStack> 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<bce> arg0, int arg1)
method_5428(List<class_1799> arg0, int arg1)
removeStack(List<ItemStack> 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 CompoundTag
a(ic arg0, fj<bce> arg1)
method_5426(class_2487 arg0, class_2371<class_1799> arg1)
toTag(CompoundTag arg0, DefaultedList<ItemStack> arg1)
toNbt(NbtCompound nbt, DefaultedList<ItemStack> inventory)
func_191282_a(CompoundNBT arg0, NonNullList<ItemStack> arg1)
saveAllItems(CompoundNBT tag, NonNullList<ItemStack> list)
public static CompoundTag
a(ic arg0, fj<bce> arg1, boolean arg2)
method_5427(class_2487 arg0, class_2371<class_1799> arg1, boolean arg2)
toTag(CompoundTag arg0, DefaultedList<ItemStack> 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(ic arg0, fj<bce> arg1)
method_5429(class_2487 arg0, class_2371<class_1799> arg1)
fromTag(CompoundTag arg0, DefaultedList<ItemStack> arg1)
fromNbt(NbtCompound nbt, DefaultedList<ItemStack> inventory)
func_191283_b(CompoundNBT arg0, NonNullList<ItemStack> arg1)
loadAllItems(CompoundNBT tag, NonNullList<ItemStack> list)