Uses of Interface
net.minecraft.inventory.ISidedInventory
-
Packages that use ISidedInventory Package Description net.minecraft.block net.minecraft.inventory net.minecraft.tileentity net.minecraftforge.items.wrapper -
-
Uses of ISidedInventory in net.minecraft.block
Classes in net.minecraft.block that implement ISidedInventory Modifier and Type Class Description (package private) static classComposterBlock.EmptyInventory(package private) static classComposterBlock.FullInventory(package private) static classComposterBlock.PartialInventoryMethods in net.minecraft.block that return ISidedInventory Modifier and Type Method Description ISidedInventoryComposterBlock. getContainer(BlockState p_219966_1_, IWorld p_219966_2_, BlockPos p_219966_3_) -
Uses of ISidedInventory in net.minecraft.inventory
Methods in net.minecraft.inventory that return ISidedInventory Modifier and Type Method Description ISidedInventoryISidedInventoryProvider. getContainer(BlockState p_219966_1_, IWorld p_219966_2_, BlockPos p_219966_3_) -
Uses of ISidedInventory in net.minecraft.tileentity
Classes in net.minecraft.tileentity that implement ISidedInventory Modifier and Type Class Description classAbstractFurnaceTileEntityclassBlastFurnaceTileEntityclassBrewingStandTileEntityclassFurnaceTileEntityclassShulkerBoxTileEntityclassSmokerTileEntity -
Uses of ISidedInventory in net.minecraftforge.items.wrapper
Fields in net.minecraftforge.items.wrapper declared as ISidedInventory Modifier and Type Field Description protected ISidedInventorySidedInvWrapper. invMethods in net.minecraftforge.items.wrapper with parameters of type ISidedInventory Modifier and Type Method Description static LazyOptional<IItemHandlerModifiable>[]SidedInvWrapper. create(ISidedInventory inv, Direction... sides)static intSidedInvWrapper. getSlot(ISidedInventory inv, int slot, Direction side)Constructors in net.minecraftforge.items.wrapper with parameters of type ISidedInventory Constructor Description SidedInvWrapper(ISidedInventory inv, Direction side)
-