Package net.minecraftforge.items.wrapper
package net.minecraftforge.items.wrapper
-
ClassDescriptionExposes the armor inventory of an
EntityLivingBase
as anIItemHandler
usingEntityLivingBase#getItemStackFromSlot
andEntityLivingBase#setItemStackToSlot
.Exposes the armor or hands inventory of anEntityLivingBase
as anIItemHandler
usingEntityLivingBase#getItemStackFromSlot
andEntityLivingBase#setItemStackToSlot
.Exposes the hands inventory of anEntityLivingBase
as anIItemHandler
usingEntityLivingBase#getItemStackFromSlot
andEntityLivingBase#setItemStackToSlot
.Exposes the player inventory WITHOUT the armor inventory as IItemHandler.A wrapper that composes another IItemHandlerModifiable, exposing only a range of the composed slots.