Uses of Class
net.minecraftforge.items.wrapper.EntityEquipmentInvWrapper
Packages that use EntityEquipmentInvWrapper
-
Uses of EntityEquipmentInvWrapper in net.minecraftforge.items.wrapper
Subclasses of EntityEquipmentInvWrapper in net.minecraftforge.items.wrapperModifier 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)
.