Uses of Record Class
net.minecraft.item.equipment.trim.ArmorTrimMaterial
Packages that use ArmorTrimMaterial
Package
Description
-
Uses of ArmorTrimMaterial in net.minecraft.client.data
Fields in net.minecraft.client.data with type parameters of type ArmorTrimMaterialModifier and TypeFieldDescriptionprivate final RegistryKey
<ArmorTrimMaterial> ItemModelGenerator.TrimMaterial.materialKey
The field for thematerialKey
record component.Methods in net.minecraft.client.data that return types with arguments of type ArmorTrimMaterialModifier and TypeMethodDescriptionItemModelGenerator.TrimMaterial.materialKey()
Returns the value of thematerialKey
record component.Constructor parameters in net.minecraft.client.data with type arguments of type ArmorTrimMaterialModifierConstructorDescriptionTrimMaterial
(ArmorTrimAssets armorTrimAssets, RegistryKey<ArmorTrimMaterial> registryKey) -
Uses of ArmorTrimMaterial in net.minecraft.client.render.item.property.select
Fields in net.minecraft.client.render.item.property.select with type parameters of type ArmorTrimMaterialModifier and TypeFieldDescriptionstatic final SelectProperty.Type
<TrimMaterialProperty, RegistryKey<ArmorTrimMaterial>> TrimMaterialProperty.TYPE
static final com.mojang.serialization.Codec
<RegistryKey<ArmorTrimMaterial>> TrimMaterialProperty.VALUE_CODEC
Methods in net.minecraft.client.render.item.property.select that return types with arguments of type ArmorTrimMaterialModifier and TypeMethodDescriptionTrimMaterialProperty.getType()
TrimMaterialProperty.getValue
(ItemStack itemStack, @Nullable ClientWorld clientWorld, @Nullable LivingEntity livingEntity, int int2, ItemDisplayContext itemDisplayContext) com.mojang.serialization.Codec
<RegistryKey<ArmorTrimMaterial>> TrimMaterialProperty.valueCodec()
-
Uses of ArmorTrimMaterial in net.minecraft.component.type
Fields in net.minecraft.component.type with type parameters of type ArmorTrimMaterialModifier and TypeFieldDescriptionprivate final LazyRegistryEntryReference
<ArmorTrimMaterial> ProvidesTrimMaterialComponent.material
The field for thematerial
record component.Methods in net.minecraft.component.type that return types with arguments of type ArmorTrimMaterialModifier and TypeMethodDescriptionProvidesTrimMaterialComponent.getMaterial
(RegistryWrapper.WrapperLookup registries) ProvidesTrimMaterialComponent.material()
Returns the value of thematerial
record component.Constructor parameters in net.minecraft.component.type with type arguments of type ArmorTrimMaterialModifierConstructorDescriptionProvidesTrimMaterialComponent
(LazyRegistryEntryReference<ArmorTrimMaterial> lazyRegistryEntryReference) Deprecated. -
Uses of ArmorTrimMaterial in net.minecraft.item
Method parameters in net.minecraft.item with type arguments of type ArmorTrimMaterialModifier and TypeMethodDescriptionItem.Settings.trimMaterial
(RegistryKey<ArmorTrimMaterial> trimMaterial) -
Uses of ArmorTrimMaterial in net.minecraft.item.equipment.trim
Fields in net.minecraft.item.equipment.trim with type parameters of type ArmorTrimMaterialModifier and TypeFieldDescriptionstatic final RegistryKey
<ArmorTrimMaterial> ArmorTrimMaterials.AMETHYST
static final com.mojang.serialization.Codec
<ArmorTrimMaterial> ArmorTrimMaterial.CODEC
static final RegistryKey
<ArmorTrimMaterial> ArmorTrimMaterials.COPPER
static final RegistryKey
<ArmorTrimMaterial> ArmorTrimMaterials.DIAMOND
static final RegistryKey
<ArmorTrimMaterial> ArmorTrimMaterials.EMERALD
static final com.mojang.serialization.Codec
<RegistryEntry<ArmorTrimMaterial>> ArmorTrimMaterial.ENTRY_CODEC
static final PacketCodec
<RegistryByteBuf, RegistryEntry<ArmorTrimMaterial>> ArmorTrimMaterial.ENTRY_PACKET_CODEC
static final RegistryKey
<ArmorTrimMaterial> ArmorTrimMaterials.GOLD
static final RegistryKey
<ArmorTrimMaterial> ArmorTrimMaterials.IRON
static final RegistryKey
<ArmorTrimMaterial> ArmorTrimMaterials.LAPIS
private final RegistryEntry
<ArmorTrimMaterial> ArmorTrim.material
The field for thematerial
record component.static final RegistryKey
<ArmorTrimMaterial> ArmorTrimMaterials.NETHERITE
static final PacketCodec
<RegistryByteBuf, ArmorTrimMaterial> ArmorTrimMaterial.PACKET_CODEC
static final RegistryKey
<ArmorTrimMaterial> ArmorTrimMaterials.QUARTZ
static final RegistryKey
<ArmorTrimMaterial> ArmorTrimMaterials.REDSTONE
static final RegistryKey
<ArmorTrimMaterial> ArmorTrimMaterials.RESIN
Methods in net.minecraft.item.equipment.trim that return types with arguments of type ArmorTrimMaterialModifier and TypeMethodDescriptionstatic Optional
<RegistryEntry<ArmorTrimMaterial>> ArmorTrimMaterials.get
(RegistryWrapper.WrapperLookup registries, ItemStack stack) ArmorTrim.material()
Returns the value of thematerial
record component.private static RegistryKey
<ArmorTrimMaterial> Method parameters in net.minecraft.item.equipment.trim with type arguments of type ArmorTrimMaterialModifier and TypeMethodDescriptionstatic void
ArmorTrimMaterials.bootstrap
(Registerable<ArmorTrimMaterial> registry) ArmorTrimPattern.getDescription
(RegistryEntry<ArmorTrimMaterial> material) private static void
ArmorTrimMaterials.register
(Registerable<ArmorTrimMaterial> registry, RegistryKey<ArmorTrimMaterial> key, Style style, ArmorTrimAssets assets) private static void
ArmorTrimMaterials.register
(Registerable<ArmorTrimMaterial> registry, RegistryKey<ArmorTrimMaterial> key, Style style, ArmorTrimAssets assets) Constructor parameters in net.minecraft.item.equipment.trim with type arguments of type ArmorTrimMaterialModifierConstructorDescriptionArmorTrim
(RegistryEntry<ArmorTrimMaterial> material, RegistryEntry<ArmorTrimPattern> pattern) Creates an instance of aArmorTrim
record class. -
Uses of ArmorTrimMaterial in net.minecraft.predicate.item
Fields in net.minecraft.predicate.item with type parameters of type ArmorTrimMaterialModifier and TypeFieldDescriptionprivate final Optional
<RegistryEntryList<ArmorTrimMaterial>> TrimPredicate.material
The field for thematerial
record component.Methods in net.minecraft.predicate.item that return types with arguments of type ArmorTrimMaterialModifier and TypeMethodDescriptionTrimPredicate.material()
Returns the value of thematerial
record component.Constructor parameters in net.minecraft.predicate.item with type arguments of type ArmorTrimMaterialModifierConstructorDescriptionTrimPredicate
(Optional<RegistryEntryList<ArmorTrimMaterial>> optional, Optional<RegistryEntryList<ArmorTrimPattern>> optional2) -
Uses of ArmorTrimMaterial in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type ArmorTrimMaterialModifier and TypeFieldDescriptionstatic final RegistryKey
<Registry<ArmorTrimMaterial>> RegistryKeys.TRIM_MATERIAL
-
Uses of ArmorTrimMaterial in net.minecraft.server.command
Fields in net.minecraft.server.command with type parameters of type ArmorTrimMaterialModifier and TypeFieldDescriptionprivate static final ToIntFunction
<RegistryKey<ArmorTrimMaterial>> SpawnArmorTrimsCommand.MATERIAL_INDEX_GETTER
private static final List
<RegistryKey<ArmorTrimMaterial>> SpawnArmorTrimsCommand.MATERIALS