Uses of Interface
net.minecraft.inventory.ISidedInventory
Packages that use ISidedInventory
Package
Description
-
Uses of ISidedInventory in net.minecraft.block
Classes in net.minecraft.block that implement ISidedInventoryModifier and TypeClassDescription(package private) static class
(package private) static class
(package private) static class
Methods in net.minecraft.block that return ISidedInventoryModifier and TypeMethodDescriptionComposterBlock.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 ISidedInventoryModifier and TypeMethodDescriptionISidedInventoryProvider.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 ISidedInventoryModifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of ISidedInventory in net.minecraftforge.items.wrapper
Fields in net.minecraftforge.items.wrapper declared as ISidedInventoryMethods in net.minecraftforge.items.wrapper with parameters of type ISidedInventoryModifier and TypeMethodDescriptionstatic 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