Class ExpandArmorMaterial
java.lang.Object
com.blamejared.crafttweaker.natives.item.type.armor.ExpandArmorMaterial
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intenchantmentValue(net.minecraft.world.item.ArmorMaterial internal) static net.minecraft.sounds.SoundEventequipSound(net.minecraft.world.item.ArmorMaterial internal) static intgetDefense(net.minecraft.world.item.ArmorMaterial internal, net.minecraft.world.item.ArmorItem.Type type) static net.minecraft.resources.ResourceLocationgetName(net.minecraft.world.item.ArmorMaterial internal) static floatknockbackResistance(net.minecraft.world.item.ArmorMaterial internal) static IIngredientrepairIngredient(net.minecraft.world.item.ArmorMaterial internal) static floattoughness(net.minecraft.world.item.ArmorMaterial internal)
-
Constructor Details
-
ExpandArmorMaterial
public ExpandArmorMaterial()
-
-
Method Details
-
getDefense
public static int getDefense(net.minecraft.world.item.ArmorMaterial internal, net.minecraft.world.item.ArmorItem.Type type) -
enchantmentValue
public static int enchantmentValue(net.minecraft.world.item.ArmorMaterial internal) -
equipSound
public static net.minecraft.sounds.SoundEvent equipSound(net.minecraft.world.item.ArmorMaterial internal) -
repairIngredient
-
getName
public static net.minecraft.resources.ResourceLocation getName(net.minecraft.world.item.ArmorMaterial internal) -
toughness
public static float toughness(net.minecraft.world.item.ArmorMaterial internal) -
knockbackResistance
public static float knockbackResistance(net.minecraft.world.item.ArmorMaterial internal)
-