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 class
ComposterBlock.EmptyInventory
(package private) static class
ComposterBlock.FullInventory
(package private) static class
ComposterBlock.PartialInventory
Methods in net.minecraft.block that return ISidedInventory Modifier and Type Method Description ISidedInventory
ComposterBlock. 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 ISidedInventory
ISidedInventoryProvider. 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 class
AbstractFurnaceTileEntity
class
BlastFurnaceTileEntity
class
BrewingStandTileEntity
class
FurnaceTileEntity
class
ShulkerBoxTileEntity
class
SmokerTileEntity
-
Uses of ISidedInventory in net.minecraftforge.items.wrapper
Fields in net.minecraftforge.items.wrapper declared as ISidedInventory Modifier and Type Field Description protected ISidedInventory
SidedInvWrapper. inv
Methods 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 int
SidedInvWrapper. 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)
-