Package | Description |
---|---|
net.minecraftforge.items.wrapper |
Modifier and Type | Class and Description |
---|---|
class |
EntityArmorInvWrapper
Exposes the armor inventory of an
EntityLivingBase as an IItemHandler using EntityLivingBase#getItemStackFromSlot and
EntityLivingBase#setItemStackToSlot . |
class |
EntityHandsInvWrapper
Exposes the hands inventory of an
EntityLivingBase as an IItemHandler using EntityLivingBase#getItemStackFromSlot and
EntityLivingBase#setItemStackToSlot . |