Uses of Record Class
net.minecraft.item.ArmorMaterial
Packages that use ArmorMaterial
Package
Description
-
Uses of ArmorMaterial in net.minecraft.client.render.entity.feature
Method parameters in net.minecraft.client.render.entity.feature with type arguments of type ArmorMaterialModifier and TypeMethodDescriptionprivate void
ArmorFeatureRenderer.renderTrim
(RegistryEntry<ArmorMaterial> registryEntry, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, ArmorTrim trim, A model, boolean leggings) -
Uses of ArmorMaterial in net.minecraft.data.client
Fields in net.minecraft.data.client with type parameters of type ArmorMaterialModifier and TypeFieldDescriptionprivate final Map<RegistryEntry<ArmorMaterial>,
String> ItemModelGenerator.TrimMaterial.overrideArmorMaterials
The field for theoverrideArmorMaterials
record component.Methods in net.minecraft.data.client that return types with arguments of type ArmorMaterialModifier and TypeMethodDescriptionItemModelGenerator.TrimMaterial.overrideArmorMaterials()
Returns the value of theoverrideArmorMaterials
record component.Method parameters in net.minecraft.data.client with type arguments of type ArmorMaterialModifier and TypeMethodDescriptionprivate JsonObject
ItemModelGenerator.createArmorJson
(Identifier id, Map<TextureKey, Identifier> textures, RegistryEntry<ArmorMaterial> registryEntry) ItemModelGenerator.TrimMaterial.getAppliedName
(RegistryEntry<ArmorMaterial> registryEntry) Constructor parameters in net.minecraft.data.client with type arguments of type ArmorMaterialModifierConstructorDescription(package private)
TrimMaterial
(String string, float float2, Map<RegistryEntry<ArmorMaterial>, String> map) -
Uses of ArmorMaterial in net.minecraft.item
Fields in net.minecraft.item with type parameters of type ArmorMaterialModifier and TypeFieldDescriptionstatic final RegistryEntry<ArmorMaterial>
ArmorMaterials.ARMADILLO
static final RegistryEntry<ArmorMaterial>
ArmorMaterials.CHAIN
static final RegistryEntry<ArmorMaterial>
ArmorMaterials.DIAMOND
static final com.mojang.serialization.Codec<RegistryEntry<ArmorMaterial>>
ArmorMaterial.field_48840
static final RegistryEntry<ArmorMaterial>
ArmorMaterials.GOLD
static final RegistryEntry<ArmorMaterial>
ArmorMaterials.IRON
static final RegistryEntry<ArmorMaterial>
ArmorMaterials.LEATHER
protected final RegistryEntry<ArmorMaterial>
ArmorItem.material
static final RegistryEntry<ArmorMaterial>
ArmorMaterials.NETHERITE
static final RegistryEntry<ArmorMaterial>
ArmorMaterials.TURTLE
Methods in net.minecraft.item that return types with arguments of type ArmorMaterialModifier and TypeMethodDescriptionArmorItem.getMaterial()
static RegistryEntry<ArmorMaterial>
ArmorMaterials.method_56697
(Registry<ArmorMaterial> registry) private static RegistryEntry<ArmorMaterial>
ArmorMaterials.method_56698
(String string, EnumMap<ArmorItem.Type, Integer> enumMap, int int2, RegistryEntry<SoundEvent> registryEntry, float float2, float float3, Supplier<Ingredient> supplier) private static RegistryEntry<ArmorMaterial>
ArmorMaterials.method_56699
(String string, EnumMap<ArmorItem.Type, Integer> enumMap, int int2, RegistryEntry<SoundEvent> registryEntry, float float2, float float3, Supplier<Ingredient> supplier, List<ArmorMaterial.class_9196> list) Method parameters in net.minecraft.item with type arguments of type ArmorMaterialModifier and TypeMethodDescriptionstatic RegistryEntry<ArmorMaterial>
ArmorMaterials.method_56697
(Registry<ArmorMaterial> registry) Constructor parameters in net.minecraft.item with type arguments of type ArmorMaterialModifierConstructorDescriptionAnimalArmorItem
(RegistryEntry<ArmorMaterial> registryEntry, AnimalArmorItem.Type type, Item.Settings settings) ArmorItem
(RegistryEntry<ArmorMaterial> registryEntry, ArmorItem.Type type, Item.Settings settings) -
Uses of ArmorMaterial in net.minecraft.item.trim
Fields in net.minecraft.item.trim with type parameters of type ArmorMaterialModifier and TypeFieldDescriptionprivate final Function<RegistryEntry<ArmorMaterial>,
Identifier> ArmorTrim.genericModelIdGetter
private final Function<RegistryEntry<ArmorMaterial>,
Identifier> ArmorTrim.leggingsModelIdGetter
private final Map<RegistryEntry<ArmorMaterial>,
String> ArmorTrimMaterial.overrideArmorMaterials
The field for theoverrideArmorMaterials
record component.Methods in net.minecraft.item.trim that return types with arguments of type ArmorMaterialModifier and TypeMethodDescriptionArmorTrimMaterial.overrideArmorMaterials()
Returns the value of theoverrideArmorMaterials
record component.Method parameters in net.minecraft.item.trim with type arguments of type ArmorMaterialModifier and TypeMethodDescriptionArmorTrim.getGenericModelId
(RegistryEntry<ArmorMaterial> registryEntry) ArmorTrim.getLeggingsModelId
(RegistryEntry<ArmorMaterial> registryEntry) private String
ArmorTrim.getMaterialAssetNameFor
(RegistryEntry<ArmorMaterial> registryEntry) static ArmorTrimMaterial
ArmorTrimMaterial.of
(String assetName, Item ingredient, float itemModelIndex, Text description, Map<RegistryEntry<ArmorMaterial>, String> overrideArmorMaterials) private static void
ArmorTrimMaterials.register
(Registerable<ArmorTrimMaterial> registry, RegistryKey<ArmorTrimMaterial> key, Item ingredient, Style style, float itemModelIndex, Map<RegistryEntry<ArmorMaterial>, String> overrideArmorMaterials) Constructor parameters in net.minecraft.item.trim with type arguments of type ArmorMaterialModifierConstructorDescriptionArmorTrimMaterial
(String string, RegistryEntry<Item> registryEntry, float float2, Map<RegistryEntry<ArmorMaterial>, String> map, Text text) -
Uses of ArmorMaterial in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type ArmorMaterialModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<ArmorMaterial>>
RegistryKeys.ARMOR_MATERIAL
static final Registry<ArmorMaterial>
Registries.field_48976
-
Uses of ArmorMaterial in net.minecraft.server.command
Fields in net.minecraft.server.command with type parameters of type ArmorMaterialModifier and TypeFieldDescriptionprivate static final Map<com.mojang.datafixers.util.Pair<RegistryEntry<ArmorMaterial>,
EquipmentSlot>, Item> SpawnArmorTrimsCommand.ARMOR_PIECES