net.minecraft.inventory

public interface SidedInventory

extends Inventory

ahm
net.minecraft.class_1278
net.minecraft.inventory.SidedInventory
net.minecraft.inventory.ISidedInventory
net.minecraft.inventory.ISidedInventory

Method summary

Modifier and TypeMethod
int[]
a(fa arg0)
method_5494(class_2350 arg0)
getSlots(Direction side)
func_180463_a(Direction arg0)
getSlotsForFace(Direction side)
boolean
a(int arg0, bcb arg1, fa arg2)
method_5492(int arg0, class_1799 arg1, class_2350 arg2)
canPushItem(int slot, ItemStack item, Direction side)
func_180462_a(int arg0, ItemStack arg1, Direction arg2)
canInsertItem(int index, ItemStack itemStackIn, Direction direction)
boolean
b(int arg0, bcb arg1, fa arg2)
method_5493(int arg0, class_1799 arg1, class_2350 arg2)
canPullItem(int slot, ItemStack item, Direction side)
func_180461_b(int arg0, ItemStack arg1, Direction arg2)
canExtractItem(int index, ItemStack stack, Direction direction)