Interface ArmorMaterialEvents.GetResistance

Enclosing class:
ArmorMaterialEvents
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @Deprecated public static interface ArmorMaterialEvents.GetResistance
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    getValue(net.minecraft.core.Holder<net.minecraft.world.item.ArmorMaterial> armorMaterial, net.minecraft.world.item.ArmorItem.Type armorType)
    Deprecated.
     
  • Method Details

    • getValue

      double getValue(net.minecraft.core.Holder<net.minecraft.world.item.ArmorMaterial> armorMaterial, net.minecraft.world.item.ArmorItem.Type armorType)
      Deprecated.