Uses of Interface
net.minecraftforge.items.IItemHandlerModifiable
Packages that use IItemHandlerModifiable
Package
Description
-
Uses of IItemHandlerModifiable in net.minecraft.tileentity
Fields in net.minecraft.tileentity with type parameters of type IItemHandlerModifiableModifier and TypeFieldDescriptionprivate LazyOptional<IItemHandlerModifiable>
ChestTileEntity.chestHandler
Methods in net.minecraft.tileentity that return IItemHandlerModifiable -
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 anEntityLivingBase
as anIItemHandler
usingEntityLivingBase#getItemStackFromSlot
andEntityLivingBase#setItemStackToSlot
.class
Exposes the armor or hands inventory of anEntityLivingBase
as anIItemHandler
usingEntityLivingBase#getItemStackFromSlot
andEntityLivingBase#setItemStackToSlot
.class
Exposes the hands inventory of anEntityLivingBase
as anIItemHandler
usingEntityLivingBase#getItemStackFromSlot
andEntityLivingBase#setItemStackToSlot
.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
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
(ISidedInventory inv, Direction... sides) Constructors in net.minecraftforge.items.wrapper with parameters of type IItemHandlerModifiableModifierConstructorDescriptionCombinedInvWrapper
(IItemHandlerModifiable... itemHandler) RangedWrapper
(IItemHandlerModifiable compose, int minSlot, int maxSlotExclusive)