Package net.minecraft.inventory
Interface ISidedInventory
- All Superinterfaces:
IClearable
,IInventory
- All Known Implementing Classes:
AbstractFurnaceTileEntity
,BlastFurnaceTileEntity
,BrewingStandTileEntity
,ComposterBlock.EmptyInventory
,ComposterBlock.FullInventory
,ComposterBlock.PartialInventory
,FurnaceTileEntity
,ShulkerBoxTileEntity
,SmokerTileEntity
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canPlaceItemThroughFace
(int p_180462_1_, ItemStack p_180462_2_, Direction p_180462_3_) boolean
canTakeItemThroughFace
(int p_180461_1_, ItemStack p_180461_2_, Direction p_180461_3_) int[]
getSlotsForFace
(Direction p_180463_1_) Methods inherited from interface net.minecraft.inventory.IClearable
clearContent
Methods inherited from interface net.minecraft.inventory.IInventory
canPlaceItem, countItem, getContainerSize, getItem, getMaxStackSize, hasAnyOf, isEmpty, removeItem, removeItemNoUpdate, setChanged, setItem, startOpen, stillValid, stopOpen
-
Method Details
-
getSlotsForFace
-
canPlaceItemThroughFace
-
canTakeItemThroughFace
-