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
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
-
EntityHandsInvWrapper
-