Class | Description |
---|---|
CombinedInvWrapper | |
EmptyHandler | |
EntityArmorInvWrapper | |
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) . |
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 |