Uses of Interface
net.neoforged.neoforge.items.IItemHandlerModifiable
Packages that use IItemHandlerModifiable
-
Uses of IItemHandlerModifiable in net.neoforged.neoforge.items
Classes in net.neoforged.neoforge.items that implement IItemHandlerModifiableModifier and TypeClassDescriptionclassVariant ofItemStackHandlerfor use with data components.classclass -
Uses of IItemHandlerModifiable in net.neoforged.neoforge.items.wrapper
Classes in net.neoforged.neoforge.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.neoforged.neoforge.items.wrapper declared as IItemHandlerModifiableModifier and TypeFieldDescriptionprivate final IItemHandlerModifiableRangedWrapper.composeprotected final IItemHandlerModifiableRecipeWrapper.invprotected final IItemHandlerModifiable[]CombinedInvWrapper.itemHandlerMethods in net.neoforged.neoforge.items.wrapper that return IItemHandlerModifiableModifier and TypeMethodDescriptionprotected IItemHandlerModifiableCombinedInvWrapper.getHandlerFromIndex(int index) Constructors in net.neoforged.neoforge.items.wrapper with parameters of type IItemHandlerModifiableModifierConstructorDescriptionCombinedInvWrapper(IItemHandlerModifiable... itemHandler) RangedWrapper(IItemHandlerModifiable compose, int minSlot, int maxSlotExclusive)