net.minecraft.inventory

public interface Inventory

extends Clearable

agw
net.minecraft.class_1263
net.minecraft.inventory.Inventory
net.minecraft.inventory.IInventory
net.minecraft.inventory.IInventory

Method summary

Modifier and TypeMethod
int
N_()
method_5439()
getSize()
func_70302_i_()
getSizeInventory()
boolean
c()
method_5442()
isEmpty()
func_191420_l()
isEmpty()
ItemStack
a(int arg0)
method_5438(int arg0)
getItem(int slot)
func_70301_a(int arg0)
getStackInSlot(int index)
ItemStack
a(int arg0, int arg1)
method_5434(int arg0, int arg1)
removeItem(int slot, int amount)
func_70298_a(int arg0, int arg1)
decrStackSize(int index, int count)
ItemStack
b(int arg0)
method_5441(int arg0)
removeItemQuietly(int slot)
func_70304_b(int arg0)
removeStackFromSlot(int index)
void
a(int arg0, bcb arg1)
method_5447(int arg0, class_1799 arg1)
setItem(int slot, ItemStack item)
func_70299_a(int arg0, ItemStack arg1)
setInventorySlotContents(int index, ItemStack stack)
default int
K_()
method_5444()
getMaxStackSize()
func_70297_j_()
getInventoryStackLimit()
void
e()
method_5431()
markDirty()
func_70296_d()
markDirty()
boolean
a(avy arg0)
method_5443(class_1657 arg0)
isValid(PlayerEntity player)
func_70300_a(PlayerEntity arg0)
isUsableByPlayer(PlayerEntity player)
default void
a_(avy arg0)
method_5435(class_1657 arg0)
onOpen(PlayerEntity player)
func_174889_b(PlayerEntity arg0)
openInventory(PlayerEntity player)
default void
b_(avy arg0)
method_5432(class_1657 arg0)
onClose(PlayerEntity player)
func_174886_c(PlayerEntity arg0)
closeInventory(PlayerEntity player)
default boolean
b(int arg0, bcb arg1)
method_5437(int arg0, class_1799 arg1)
isItemAllowed(int slot, ItemStack item)
func_94041_b(int arg0, ItemStack arg1)
isItemValidForSlot(int index, ItemStack stack)
default int
a(bbw arg0)
method_18861(class_1792 arg0)
m_71554186(Item arg0)
func_213901_a(Item arg0)
count(Item itemIn)
default boolean
a(Set<bbw> arg0)
method_18862(Set<class_1792> arg0)
m_87163524(Set<Item> arg0)
func_213902_a(Set<Item> arg0)
hasAny(Set<Item> set)