Enum Class ArmorMaterials

java.lang.Object
java.lang.Enum<ArmorMaterials>
net.minecraft.world.item.ArmorMaterials
All Implemented Interfaces:
Serializable, Comparable<ArmorMaterials>, Constable, ArmorMaterial

public enum ArmorMaterials extends Enum<ArmorMaterials> implements ArmorMaterial
  • Enum Constant Details

  • Field Details

    • HEALTH_PER_SLOT

      private static final int[] HEALTH_PER_SLOT
    • name

      private final String name
    • durabilityMultiplier

      private final int durabilityMultiplier
    • slotProtections

      private final int[] slotProtections
    • enchantmentValue

      private final int enchantmentValue
    • sound

      private final SoundEvent sound
    • toughness

      private final float toughness
    • knockbackResistance

      private final float knockbackResistance
    • repairIngredient

      private final LazyLoadedValue<Ingredient> repairIngredient
  • Constructor Details

    • ArmorMaterials

      private ArmorMaterials(String p_40474_, int p_40475_, int[] p_40476_, int p_40477_, SoundEvent p_40478_, float p_40479_, float p_40480_, Supplier<Ingredient> p_40481_)
  • Method Details