Package net.minecraftforge.items.wrapper
Class EntityArmorInvWrapper
java.lang.Object
net.minecraftforge.items.wrapper.EntityEquipmentInvWrapper
net.minecraftforge.items.wrapper.EntityArmorInvWrapper
- All Implemented Interfaces:
- IItemHandler,- IItemHandlerModifiable
Exposes the armor inventory of an 
LivingEntity as an IItemHandler using LivingEntity.getItemBySlot(EquipmentSlot) and
 LivingEntity.setItemSlot(EquipmentSlot, ItemStack).- 
Field SummaryFields inherited from class net.minecraftforge.items.wrapper.EntityEquipmentInvWrapperentity, slots
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraftforge.items.wrapper.EntityEquipmentInvWrappercreate, extractItem, getSlotLimit, getSlots, getStackInSlot, getStackLimit, insertItem, isItemValid, setStackInSlot, validateSlotIndex
- 
Constructor Details- 
EntityArmorInvWrapper
 
-