Class UArmorMaterialVanilla

java.lang.Object
info.u_team.u_team_core.item.armor.UArmorMaterial
info.u_team.u_team_core.item.armor.UArmorMaterialVanilla
All Implemented Interfaces:
net.minecraft.world.item.ArmorMaterial

public class UArmorMaterialVanilla extends UArmorMaterial
  • Field Details

    • texture

      protected final String texture
  • Constructor Details

    • UArmorMaterialVanilla

      public UArmorMaterialVanilla(int durability, int[] armorPoints, int enchantability, Supplier<net.minecraft.sounds.SoundEvent> soundEvent, float toughness, float knockbackResistance, Supplier<net.minecraft.world.item.crafting.Ingredient> ingredient)
    • UArmorMaterialVanilla

      public UArmorMaterialVanilla(String texture, int durability, int[] armorpoints, int enchantability, Supplier<net.minecraft.sounds.SoundEvent> soundEvent, float toughness, float knockbackResistance, Supplier<net.minecraft.world.item.crafting.Ingredient> ingredient)
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface net.minecraft.world.item.ArmorMaterial
      Overrides:
      getName in class UArmorMaterial