Class ExpandArmorMaterial

java.lang.Object
com.blamejared.crafttweaker.natives.item.type.armor.ExpandArmorMaterial

@ZenRegister public class ExpandArmorMaterial extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    enchantmentValue(net.minecraft.world.item.ArmorMaterial internal)
     
    static net.minecraft.sounds.SoundEvent
    equipSound(net.minecraft.world.item.ArmorMaterial internal)
     
    static int
    getDefense(net.minecraft.world.item.ArmorMaterial internal, net.minecraft.world.item.ArmorItem.Type type)
     
    static net.minecraft.resources.ResourceLocation
    getName(net.minecraft.world.item.ArmorMaterial internal)
     
    static float
    knockbackResistance(net.minecraft.world.item.ArmorMaterial internal)
     
    repairIngredient(net.minecraft.world.item.ArmorMaterial internal)
     
    static float
    toughness(net.minecraft.world.item.ArmorMaterial internal)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public static IIngredient repairIngredient(net.minecraft.world.item.ArmorMaterial internal)
    • 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)