Class ExpandArmorMaterial
java.lang.Object
com.blamejared.crafttweaker.natives.item.type.armor.ExpandArmorMaterial
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetDefenseForType(net.minecraft.world.item.ArmorMaterial internal, net.minecraft.world.item.ArmorItem.Type type) static intgetDurabilityForType(net.minecraft.world.item.ArmorMaterial internal, net.minecraft.world.item.ArmorItem.Type type) 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
-
getDurabilityForType
public static int getDurabilityForType(net.minecraft.world.item.ArmorMaterial internal, net.minecraft.world.item.ArmorItem.Type type) -
getDefenseForType
public static int getDefenseForType(net.minecraft.world.item.ArmorMaterial internal, net.minecraft.world.item.ArmorItem.Type type) -
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)
-