Uses of Interface
net.minecraftforge.items.IItemHandlerModifiable
Packages that use IItemHandlerModifiable
Package
Description
- 
Uses of IItemHandlerModifiable in net.minecraft.world.level.block.entityFields in net.minecraft.world.level.block.entity with type parameters of type IItemHandlerModifiableModifier and TypeFieldDescriptionprivate LazyOptional<IItemHandlerModifiable>ChestBlockEntity.chestHandlerMethods in net.minecraft.world.level.block.entity that return IItemHandlerModifiableModifier and TypeMethodDescriptionprivate IItemHandlerModifiableChestBlockEntity.createHandler()
- 
Uses of IItemHandlerModifiable in net.minecraftforge.itemsClasses in net.minecraftforge.items that implement IItemHandlerModifiable
- 
Uses of IItemHandlerModifiable in net.minecraftforge.items.wrapperClasses in net.minecraftforge.items.wrapper that implement IItemHandlerModifiableModifier and TypeClassDescriptionclassclassclassExposes the armor inventory of anLivingEntityas anIItemHandlerusingLivingEntity.getItemBySlot(EquipmentSlot)andLivingEntity.setItemSlot(EquipmentSlot, ItemStack).classExposes the armor or hands inventory of anLivingEntityas anIItemHandlerusingLivingEntity.getItemBySlot(EquipmentSlot)andLivingEntity.setItemSlot(EquipmentSlot, ItemStack).classExposes the hands inventory of anLivingEntityas anIItemHandlerusingLivingEntity.getItemBySlot(EquipmentSlot)andLivingEntity.setItemSlot(EquipmentSlot, ItemStack).classclassclassclassExposes the player inventory WITHOUT the armor inventory as IItemHandler.classclassA wrapper that composes another IItemHandlerModifiable, exposing only a range of the composed slots.classFields in net.minecraftforge.items.wrapper declared as IItemHandlerModifiableModifier and TypeFieldDescriptionprivate IItemHandlerModifiableRangedWrapper.composeprotected IItemHandlerModifiableRecipeWrapper.invprotected IItemHandlerModifiable[]CombinedInvWrapper.itemHandlerMethods in net.minecraftforge.items.wrapper that return IItemHandlerModifiableModifier and TypeMethodDescriptionprotected IItemHandlerModifiableCombinedInvWrapper.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)