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
EntityLivingBase
as an IItemHandler
using EntityLivingBase#getItemStackFromSlot
and
EntityLivingBase#setItemStackToSlot
.-
Field Summary
Fields inherited from class net.minecraftforge.items.wrapper.EntityEquipmentInvWrapper
entity, slots
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraftforge.items.wrapper.EntityEquipmentInvWrapper
create, extractItem, getSlotLimit, getSlots, getStackInSlot, getStackLimit, insertItem, isItemValid, setStackInSlot, validateSlotIndex
-
Constructor Details
-
EntityArmorInvWrapper
-