| Package | Description |
|---|---|
| net.minecraftforge.items | |
| net.minecraftforge.items.wrapper |
| Class and Description |
|---|
| InvWrapper |
| Class and Description |
|---|
| CombinedInvWrapper |
| EntityEquipmentInvWrapper
Exposes the armor or hands inventory of an
EntityLivingBase as an IItemHandler using EntityLivingBase.getItemStackFromSlot(net.minecraft.inventory.EntityEquipmentSlot) and
EntityLivingBase.setItemStackToSlot(net.minecraft.inventory.EntityEquipmentSlot, net.minecraft.item.ItemStack). |
| RangedWrapper
A wrapper that composes another IItemHandlerModifiable, exposing only a range of the composed slots.
|