Class | Description |
---|---|
CombinedInvWrapper | |
EmptyHandler | |
EntityArmorInvWrapper |
Exposes the armor inventory of an
EntityLivingBase as an IItemHandler using EntityLivingBase#getItemStackFromSlot and
EntityLivingBase#setItemStackToSlot . |
EntityEquipmentInvWrapper |
Exposes the armor or hands inventory of an
EntityLivingBase as an IItemHandler using EntityLivingBase#getItemStackFromSlot and
EntityLivingBase#setItemStackToSlot . |
EntityHandsInvWrapper |
Exposes the hands inventory of an
EntityLivingBase as an IItemHandler using EntityLivingBase#getItemStackFromSlot and
EntityLivingBase#setItemStackToSlot . |
InvWrapper | |
PlayerArmorInvWrapper | |
PlayerInvWrapper | |
PlayerMainInvWrapper |
Exposes the player inventory WITHOUT the armor inventory as IItemHandler.
|
PlayerOffhandInvWrapper | |
RangedWrapper |
A wrapper that composes another IItemHandlerModifiable, exposing only a range of the composed slots.
|
RecipeWrapper | |
SidedInvWrapper |