类 EntityHandsInvWrapper
java.lang.Object
net.minecraftforge.items.wrapper.EntityEquipmentInvWrapper
net.minecraftforge.items.wrapper.EntityHandsInvWrapper
- 所有已实现的接口:
IItemHandler
,IItemHandlerModifiable
Exposes the hands inventory of an
LivingEntity
as an IItemHandler
using LivingEntity.getItemBySlot(EquipmentSlot)
and
LivingEntity.setItemSlot(EquipmentSlot, ItemStack)
.-
字段概要
从类继承的字段 net.minecraftforge.items.wrapper.EntityEquipmentInvWrapper
entity, slots
-
构造器概要
构造器 -
方法概要
从类继承的方法 net.minecraftforge.items.wrapper.EntityEquipmentInvWrapper
create, extractItem, getSlotLimit, getSlots, getStackInSlot, getStackLimit, insertItem, isItemValid, setStackInSlot, validateSlotIndex
-
构造器详细资料
-
EntityHandsInvWrapper
-