Package net.minecraftforge.items.wrapper
Class EntityHandsInvWrapper
java.lang.Object
net.minecraftforge.items.wrapper.EntityEquipmentInvWrapper
net.minecraftforge.items.wrapper.EntityHandsInvWrapper
- All Implemented Interfaces:
 IItemHandler,IItemHandlerModifiable
Exposes the hands inventory of an 
LivingEntity as an IItemHandler using LivingEntity.getItemBySlot(EquipmentSlot) and
 LivingEntity.setItemSlot(EquipmentSlot, ItemStack).- 
Field Summary
Fields inherited from class net.minecraftforge.items.wrapper.EntityEquipmentInvWrapper
entity, slots - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraftforge.items.wrapper.EntityEquipmentInvWrapper
create, extractItem, getSlotLimit, getSlots, getStackInSlot, getStackLimit, insertItem, isItemValid, setStackInSlot, validateSlotIndex 
- 
Constructor Details
- 
EntityHandsInvWrapper
 
 -