| Class | Description | 
|---|---|
| CombinedInvWrapper | |
| EmptyHandler | |
| EntityArmorInvWrapper | |
| EntityEquipmentInvWrapper | Exposes the armor or hands inventory of an  EntityLivingBaseas anIItemHandlerusingEntityLivingBase.getItemStackFromSlot(net.minecraft.inventory.EntityEquipmentSlot)andEntityLivingBase.setItemStackToSlot(net.minecraft.inventory.EntityEquipmentSlot, net.minecraft.item.ItemStack). | 
| EntityHandsInvWrapper | |
| 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. | 
| SidedInvWrapper |