Uses of Class
net.minecraftforge.items.wrapper.EntityEquipmentInvWrapper
-
Uses of EntityEquipmentInvWrapper in net.minecraftforge.items.wrapper
Modifier and TypeClassDescriptionclass
Exposes the armor inventory of anLivingEntity
as anIItemHandler
usingLivingEntity.getItemBySlot(EquipmentSlot)
andLivingEntity.setItemSlot(EquipmentSlot, ItemStack)
.class
Exposes the hands inventory of anLivingEntity
as anIItemHandler
usingLivingEntity.getItemBySlot(EquipmentSlot)
andLivingEntity.setItemSlot(EquipmentSlot, ItemStack)
.