Class ExpandArmorMaterial
java.lang.Object
com.blamejared.crafttweaker.natives.item.type.armor.ExpandArmorMaterial
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetDefenseForSlot(net.minecraft.world.item.ArmorMaterial internal, net.minecraft.world.entity.EquipmentSlot slot) static intgetDurabilityForSlot(net.minecraft.world.item.ArmorMaterial internal, net.minecraft.world.entity.EquipmentSlot slot) static intgetEnchantmentValue(net.minecraft.world.item.ArmorMaterial internal) static net.minecraft.sounds.SoundEventgetEquipSound(net.minecraft.world.item.ArmorMaterial internal) static floatgetKnockbackResistance(net.minecraft.world.item.ArmorMaterial internal) static StringgetName(net.minecraft.world.item.ArmorMaterial internal) static IIngredientgetRepairIngredient(net.minecraft.world.item.ArmorMaterial internal) static floatgetToughness(net.minecraft.world.item.ArmorMaterial internal)
-
Constructor Details
-
ExpandArmorMaterial
public ExpandArmorMaterial()
-
-
Method Details
-
getDurabilityForSlot
public static int getDurabilityForSlot(net.minecraft.world.item.ArmorMaterial internal, net.minecraft.world.entity.EquipmentSlot slot) -
getDefenseForSlot
public static int getDefenseForSlot(net.minecraft.world.item.ArmorMaterial internal, net.minecraft.world.entity.EquipmentSlot slot) -
getEnchantmentValue
public static int getEnchantmentValue(net.minecraft.world.item.ArmorMaterial internal) -
getEquipSound
public static net.minecraft.sounds.SoundEvent getEquipSound(net.minecraft.world.item.ArmorMaterial internal) -
getRepairIngredient
-
getName
-
getToughness
public static float getToughness(net.minecraft.world.item.ArmorMaterial internal) -
getKnockbackResistance
public static float getKnockbackResistance(net.minecraft.world.item.ArmorMaterial internal)
-