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

@ZenRegister public class ExpandArmorItem extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    getDefense(net.minecraft.world.item.ArmorItem internal)
     
    static net.minecraft.sounds.SoundEvent
    getEquipSound(net.minecraft.world.item.ArmorItem internal)
     
    static net.minecraft.world.item.ArmorMaterial
    getMaterial(net.minecraft.world.item.ArmorItem internal)
     
    static net.minecraft.world.entity.EquipmentSlot
    getSlot(net.minecraft.world.item.ArmorItem internal)
     
    static float
    getToughness(net.minecraft.world.item.ArmorItem internal)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExpandArmorItem

      public ExpandArmorItem()
  • Method Details

    • getSlot

      public static net.minecraft.world.entity.EquipmentSlot getSlot(net.minecraft.world.item.ArmorItem internal)
    • getMaterial

      public static net.minecraft.world.item.ArmorMaterial getMaterial(net.minecraft.world.item.ArmorItem internal)
    • getDefense

      public static int getDefense(net.minecraft.world.item.ArmorItem internal)
    • getToughness

      public static float getToughness(net.minecraft.world.item.ArmorItem internal)
    • getEquipSound

      public static net.minecraft.sounds.SoundEvent getEquipSound(net.minecraft.world.item.ArmorItem internal)