Uses of Enum Class
net.minecraft.item.ArmorMaterials
Packages that use ArmorMaterials
-
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.TrimMaterial.incompatibleArmorMaterialThe field for theincompatibleArmorMaterialrecord component.Methods in net.minecraft.data.client that return types with arguments of type ArmorMaterialsModifier and TypeMethodDescriptionItemModelGenerator.TrimMaterial.incompatibleArmorMaterial()Returns the value of theincompatibleArmorMaterialrecord component.Constructor parameters in net.minecraft.data.client with type arguments of type ArmorMaterialsModifierConstructorDescription(package private)TrimMaterial(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.CODECMethods 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. -
Uses of ArmorMaterials in net.minecraft.item.trim
Fields in net.minecraft.item.trim with type parameters of type ArmorMaterialsModifier and TypeFieldDescriptionprivate final Optional<ArmorMaterials>ArmorTrimMaterial.incompatibleArmorMaterialThe field for theincompatibleArmorMaterialrecord component.Methods in net.minecraft.item.trim that return types with arguments of type ArmorMaterialsModifier and TypeMethodDescriptionArmorTrimMaterial.incompatibleArmorMaterial()Returns the value of theincompatibleArmorMaterialrecord component.Method parameters in net.minecraft.item.trim with type arguments of type ArmorMaterialsModifier and TypeMethodDescriptionstatic ArmorTrimMaterialArmorTrimMaterial.of(String assetName, Item ingredient, float itemModelIndex, Optional<ArmorMaterials> incompatibleArmorMaterial, Text description) private static voidArmorTrimMaterials.register(Registerable<ArmorTrimMaterial> registry, RegistryKey<ArmorTrimMaterial> key, Item ingredient, Style style, float itemModelIndex, Optional<ArmorMaterials> incompatibleArmorMaterial) Constructor parameters in net.minecraft.item.trim with type arguments of type ArmorMaterialsModifierConstructorDescriptionArmorTrimMaterial(String string, RegistryEntry<Item> registryEntry, float float2, Optional<ArmorMaterials> optional, Text text)