Class LivingEntityEquipmentWrapper

java.lang.Object
net.neoforged.neoforge.transfer.item.LivingEntityEquipmentWrapper

public class LivingEntityEquipmentWrapper extends Object
Exposes the armor or hands inventory of an LivingEntity as a ResourceHandler<ItemResource> using LivingEntity.getItemBySlot(EquipmentSlot) and LivingEntity.setItemSlot(EquipmentSlot, ItemStack).
See Also: