Uses of Enum Class
net.minecraft.item.ArmorMaterials
Packages that use ArmorMaterials
Package
Description
The base package for all Minecraft classes.
-
Uses of ArmorMaterials in net.minecraft
Fields in net.minecraft with type parameters of type ArmorMaterialsModifier and TypeFieldDescriptionprivate final Optional<ArmorMaterials>class_8054.incompatibleArmorMaterialThe field for theincompatibleArmorMaterialrecord component.Methods in net.minecraft that return types with arguments of type ArmorMaterialsModifier and TypeMethodDescriptionclass_8054.incompatibleArmorMaterial()Returns the value of theincompatibleArmorMaterialrecord component.Method parameters in net.minecraft with type arguments of type ArmorMaterialsModifier and TypeMethodDescriptionstatic class_8054class_8054.method_48438(String string, Item item, float float2, Optional<ArmorMaterials> optional, Text text) private static voidclass_8055.method_48443(Registerable<class_8054> registerable, RegistryKey<class_8054> registryKey, Item item, Style style, float float2, Optional<ArmorMaterials> optional) Constructor parameters in net.minecraft with type arguments of type ArmorMaterialsModifierConstructorDescriptionclass_8054(String string, RegistryEntry<Item> registryEntry, float float2, Optional<ArmorMaterials> optional, Text text) -
Uses of ArmorMaterials in net.minecraft.data.client
Fields in net.minecraft.data.client with type parameters of type ArmorMaterialsModifier and TypeFieldDescriptionprivate final Optional<ArmorMaterials>ItemModelGenerator.class_8072.incompatibleArmorMaterialThe field for theincompatibleArmorMaterialrecord component.Methods in net.minecraft.data.client that return types with arguments of type ArmorMaterialsModifier and TypeMethodDescriptionItemModelGenerator.class_8072.incompatibleArmorMaterial()Returns the value of theincompatibleArmorMaterialrecord component.Constructor parameters in net.minecraft.data.client with type arguments of type ArmorMaterialsModifierConstructorDescription(package private)class_8072(String string, float float2, Optional<ArmorMaterials> optional) -
Uses of ArmorMaterials in net.minecraft.item
Fields in net.minecraft.item with type parameters of type ArmorMaterialsModifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<ArmorMaterials>ArmorMaterials.field_41941Methods in net.minecraft.item that return ArmorMaterialsModifier and TypeMethodDescriptionstatic ArmorMaterialsReturns the enum constant of this class with the specified name.static ArmorMaterials[]ArmorMaterials.values()Returns an array containing the constants of this enum class, in the order they are declared.