Package net.minecraft.item.trim
Record Class ArmorTrimMaterial
java.lang.Object
java.lang.Record
net.minecraft.item.trim.ArmorTrimMaterial
- Record Components:
assetName
-ingredient
-itemModelIndex
-overrideArmorMaterials
-description
-
public record ArmorTrimMaterial(String assetName, RegistryEntry<Item> ingredient, float itemModelIndex, Map<RegistryEntry<ArmorMaterial>,String> overrideArmorMaterials, Text description)
extends Record
- Mappings:
Namespace Name named net/minecraft/item/trim/ArmorTrimMaterial
intermediary net/minecraft/class_8054
official cww
named assetName
intermediary comp_1208
official e
named ingredient
intermediary comp_1209
official f
named itemModelIndex
intermediary comp_1210
official g
named overrideArmorMaterials
intermediary comp_1237
official h
named description
intermediary comp_1212
official i
-
Field Summary
Modifier and TypeFieldDescriptionprivate final String
The field for theassetName
record component.static final com.mojang.serialization.Codec
<ArmorTrimMaterial> private final Text
The field for thedescription
record component.static final com.mojang.serialization.Codec
<RegistryEntry<ArmorTrimMaterial>> static final PacketCodec
<RegistryByteBuf, RegistryEntry<ArmorTrimMaterial>> private final RegistryEntry
<Item> The field for theingredient
record component.private final float
The field for theitemModelIndex
record component.private final Map
<RegistryEntry<ArmorMaterial>, String> The field for theoverrideArmorMaterials
record component.static final PacketCodec
<RegistryByteBuf, ArmorTrimMaterial> -
Constructor Summary
ConstructorDescriptionArmorTrimMaterial
(String string, RegistryEntry<Item> registryEntry, float float2, Map<RegistryEntry<ArmorMaterial>, String> map, Text text) -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theassetName
record component.Returns the value of thedescription
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.Returns the value of theingredient
record component.float
Returns the value of theitemModelIndex
record component.static ArmorTrimMaterial
of
(String assetName, Item ingredient, float itemModelIndex, Text description, Map<RegistryEntry<ArmorMaterial>, String> overrideArmorMaterials) Returns the value of theoverrideArmorMaterials
record component.final String
toString()
Returns a string representation of this record class.
-
Field Details
-
assetName
The field for theassetName
record component. -
ingredient
The field for theingredient
record component. -
itemModelIndex
private final float itemModelIndexThe field for theitemModelIndex
record component. -
overrideArmorMaterials
The field for theoverrideArmorMaterials
record component. -
description
The field for thedescription
record component. -
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/item/trim/ArmorTrimMaterial;CODEC:Lcom/mojang/serialization/Codec;
intermediary field_42002
Lnet/minecraft/class_8054;field_42002:Lcom/mojang/serialization/Codec;
official a
Lcww;a:Lcom/mojang/serialization/Codec;
-
PACKET_CODEC
- Mappings:
Namespace Name Mixin selector named PACKET_CODEC
Lnet/minecraft/item/trim/ArmorTrimMaterial;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;
intermediary field_49280
Lnet/minecraft/class_8054;field_49280:Lnet/minecraft/class_9139;
official b
Lcww;b:Lzn;
-
ENTRY_CODEC
- Mappings:
Namespace Name Mixin selector named ENTRY_CODEC
Lnet/minecraft/item/trim/ArmorTrimMaterial;ENTRY_CODEC:Lcom/mojang/serialization/Codec;
intermediary field_42003
Lnet/minecraft/class_8054;field_42003:Lcom/mojang/serialization/Codec;
official c
Lcww;c:Lcom/mojang/serialization/Codec;
-
ENTRY_PACKET_CODEC
public static final PacketCodec<RegistryByteBuf,RegistryEntry<ArmorTrimMaterial>> ENTRY_PACKET_CODEC- Mappings:
Namespace Name Mixin selector named ENTRY_PACKET_CODEC
Lnet/minecraft/item/trim/ArmorTrimMaterial;ENTRY_PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;
intermediary field_49281
Lnet/minecraft/class_8054;field_49281:Lnet/minecraft/class_9139;
official d
Lcww;d:Lzn;
-
-
Constructor Details
-
ArmorTrimMaterial
public ArmorTrimMaterial(String string, RegistryEntry<Item> registryEntry, float float2, Map<RegistryEntry<ArmorMaterial>, String> map, Text text)
-
-
Method Details
-
of
public static ArmorTrimMaterial of(String assetName, Item ingredient, float itemModelIndex, Text description, Map<RegistryEntry<ArmorMaterial>, String> overrideArmorMaterials) - Mappings:
Namespace Name Mixin selector named of
Lnet/minecraft/item/trim/ArmorTrimMaterial;of(Ljava/lang/String;Lnet/minecraft/item/Item;FLnet/minecraft/text/Text;Ljava/util/Map;)Lnet/minecraft/item/trim/ArmorTrimMaterial;
intermediary method_48438
Lnet/minecraft/class_8054;method_48438(Ljava/lang/String;Lnet/minecraft/class_1792;FLnet/minecraft/class_2561;Ljava/util/Map;)Lnet/minecraft/class_8054;
official a
Lcww;a(Ljava/lang/String;Lcum;FLxp;Ljava/util/Map;)Lcww;
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object)
; primitive components are compared with '=='. -
assetName
Returns the value of theassetName
record component.- Returns:
- the value of the
assetName
record component
-
ingredient
Returns the value of theingredient
record component.- Returns:
- the value of the
ingredient
record component
-
itemModelIndex
public float itemModelIndex()Returns the value of theitemModelIndex
record component.- Returns:
- the value of the
itemModelIndex
record component
-
overrideArmorMaterials
Returns the value of theoverrideArmorMaterials
record component.- Returns:
- the value of the
overrideArmorMaterials
record component
-
description
Returns the value of thedescription
record component.- Returns:
- the value of the
description
record component
-