Uses of Interface
net.minecraftforge.items.IItemHandlerModifiable
Packages that use IItemHandlerModifiable
Package
Description
-
Uses of IItemHandlerModifiable in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity with type parameters of type IItemHandlerModifiableModifier and TypeFieldDescriptionprivate LazyOptional<IItemHandlerModifiable>
ChestBlockEntity.chestHandler
Methods in net.minecraft.world.level.block.entity that return IItemHandlerModifiableModifier and TypeMethodDescriptionprivate IItemHandlerModifiable
ChestBlockEntity.createHandler()
-
Uses of IItemHandlerModifiable in net.minecraftforge.items
Classes in net.minecraftforge.items that implement IItemHandlerModifiable -
Uses of IItemHandlerModifiable in net.minecraftforge.items.wrapper
Classes in net.minecraftforge.items.wrapper that implement IItemHandlerModifiableModifier and TypeClassDescriptionclass
class
class
Exposes the armor inventory of anLivingEntity
as anIItemHandler
usingLivingEntity.getItemBySlot(EquipmentSlot)
andLivingEntity.setItemSlot(EquipmentSlot, ItemStack)
.class
Exposes the armor or hands inventory of anLivingEntity
as anIItemHandler
usingLivingEntity.getItemBySlot(EquipmentSlot)
andLivingEntity.setItemSlot(EquipmentSlot, ItemStack)
.class
Exposes the hands inventory of anLivingEntity
as anIItemHandler
usingLivingEntity.getItemBySlot(EquipmentSlot)
andLivingEntity.setItemSlot(EquipmentSlot, ItemStack)
.class
class
class
class
Exposes the player inventory WITHOUT the armor inventory as IItemHandler.class
class
A wrapper that composes another IItemHandlerModifiable, exposing only a range of the composed slots.class
class
Fields in net.minecraftforge.items.wrapper declared as IItemHandlerModifiableModifier and TypeFieldDescriptionprivate final IItemHandlerModifiable
RangedWrapper.compose
protected final IItemHandlerModifiable
RecipeWrapper.inv
protected final IItemHandlerModifiable[]
CombinedInvWrapper.itemHandler
Methods in net.minecraftforge.items.wrapper that return IItemHandlerModifiableModifier and TypeMethodDescriptionprotected IItemHandlerModifiable
CombinedInvWrapper.getHandlerFromIndex
(int index) Methods in net.minecraftforge.items.wrapper that return types with arguments of type IItemHandlerModifiableModifier and TypeMethodDescriptionstatic LazyOptional<IItemHandlerModifiable>[]
EntityEquipmentInvWrapper.create
(LivingEntity entity) static LazyOptional<IItemHandlerModifiable>[]
SidedInvWrapper.create
(WorldlyContainer inv, Direction... sides) Constructors in net.minecraftforge.items.wrapper with parameters of type IItemHandlerModifiableModifierConstructorDescriptionCombinedInvWrapper
(IItemHandlerModifiable... itemHandler) RangedWrapper
(IItemHandlerModifiable compose, int minSlot, int maxSlotExclusive)