Package net.minecraftforge.items.wrapper
package net.minecraftforge.items.wrapper
-
ClassesClassDescriptionExposes the armor inventory of an
EntityLivingBaseas anIItemHandlerusingEntityLivingBase#getItemStackFromSlotandEntityLivingBase#setItemStackToSlot.Exposes the armor or hands inventory of anEntityLivingBaseas anIItemHandlerusingEntityLivingBase#getItemStackFromSlotandEntityLivingBase#setItemStackToSlot.Exposes the hands inventory of anEntityLivingBaseas anIItemHandlerusingEntityLivingBase#getItemStackFromSlotandEntityLivingBase#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.