Uses of Class
net.minecraftforge.items.wrapper.EntityEquipmentInvWrapper
-
Packages that use EntityEquipmentInvWrapper Package Description net.minecraftforge.items.wrapper -
-
Uses of EntityEquipmentInvWrapper in net.minecraftforge.items.wrapper
Subclasses of EntityEquipmentInvWrapper in net.minecraftforge.items.wrapper Modifier and Type Class Description class
EntityArmorInvWrapper
Exposes the armor inventory of anEntityLivingBase
as anIItemHandler
usingEntityLivingBase#getItemStackFromSlot
andEntityLivingBase#setItemStackToSlot
.class
EntityHandsInvWrapper
Exposes the hands inventory of anEntityLivingBase
as anIItemHandler
usingEntityLivingBase#getItemStackFromSlot
andEntityLivingBase#setItemStackToSlot
.
-