Entity.getArmorDamage(par1Object, par2int);
检测实体盔甲耐久值
par1Object为需要检测的实体
par2int为需要检测的位置
.
四个位置分别为
ArmorType.helmet;头盔
ArmorType.chestplate;胸板
ArmorType.leggings;护腿
ArmorType.boots;靴子
检测实体盔甲耐久值
par1Object为需要检测的实体
par2int为需要检测的位置
.
四个位置分别为
ArmorType.helmet;头盔
ArmorType.chestplate;胸板
ArmorType.leggings;护腿
ArmorType.boots;靴子
















