Uses of Enum Class
net.minecraft.item.ArmorItem.class_8051
Packages that use ArmorItem.class_8051
-
Uses of ArmorItem.class_8051 in net.minecraft.item
Fields in net.minecraft.item declared as ArmorItem.class_8051Fields in net.minecraft.item with type parameters of type ArmorItem.class_8051Modifier and TypeFieldDescriptionprivate static final EnumMap<ArmorItem.class_8051,
Integer> ArmorMaterials.field_41942
private final EnumMap<ArmorItem.class_8051,
Integer> ArmorMaterials.field_41943
private static final EnumMap<ArmorItem.class_8051,
UUID> ArmorItem.MODIFIERS
Methods in net.minecraft.item that return ArmorItem.class_8051Modifier and TypeMethodDescriptionArmorItem.method_48398()
static ArmorItem.class_8051
Returns the enum constant of this class with the specified name.static ArmorItem.class_8051[]
ArmorItem.class_8051.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.item with parameters of type ArmorItem.class_8051Modifier and TypeMethodDescriptionint
ArmorMaterial.method_48402
(ArmorItem.class_8051 class_8051) int
ArmorMaterials.method_48402
(ArmorItem.class_8051 class_8051) int
ArmorMaterial.method_48403
(ArmorItem.class_8051 class_8051) int
ArmorMaterials.method_48403
(ArmorItem.class_8051 class_8051) Constructors in net.minecraft.item with parameters of type ArmorItem.class_8051ModifierConstructorDescriptionArmorItem
(ArmorMaterial material, ArmorItem.class_8051 class_8051, Item.Settings settings) DyeableArmorItem
(ArmorMaterial material, ArmorItem.class_8051 class_8051, Item.Settings settings) Constructor parameters in net.minecraft.item with type arguments of type ArmorItem.class_8051ModifierConstructorDescriptionprivate
ArmorMaterials
(String name, int durabilityMultiplier, EnumMap<ArmorItem.class_8051, Integer> enumMap, int enchantability, SoundEvent equipSound, float toughness, float knockbackResistance, Supplier<Ingredient> repairIngredientSupplier, boolean bool)