Package net.minecraft.item.trim
Record Class ArmorTrimPattern
java.lang.Object
java.lang.Record
net.minecraft.item.trim.ArmorTrimPattern
- Record Components:
assetId
-templateItem
-description
-decal
-
public record ArmorTrimPattern(Identifier assetId, RegistryEntry<Item> templateItem, Text description, boolean decal)
extends Record
- Mappings:
Namespace Name named net/minecraft/item/trim/ArmorTrimPattern
intermediary net/minecraft/class_8056
official cwy
named assetId
intermediary comp_1213
official e
named templateItem
intermediary comp_1214
official f
named description
intermediary comp_1215
official g
named decal
intermediary comp_1905
official h
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Identifier
The field for theassetId
record component.static final com.mojang.serialization.Codec
<ArmorTrimPattern> private final boolean
The field for thedecal
record component.private final Text
The field for thedescription
record component.static final com.mojang.serialization.Codec
<RegistryEntry<ArmorTrimPattern>> static final PacketCodec
<RegistryByteBuf, RegistryEntry<ArmorTrimPattern>> static final PacketCodec
<RegistryByteBuf, ArmorTrimPattern> private final RegistryEntry
<Item> The field for thetemplateItem
record component. -
Constructor Summary
ConstructorDescriptionArmorTrimPattern
(Identifier identifier, RegistryEntry<Item> registryEntry, Text text, boolean bool) -
Method Summary
Modifier and TypeMethodDescriptionassetId()
Returns the value of theassetId
record component.boolean
decal()
Returns the value of thedecal
record component.Returns the value of thedescription
record component.final boolean
Indicates whether some other object is "equal to" this one.getDescription
(RegistryEntry<ArmorTrimMaterial> material) final int
hashCode()
Returns a hash code value for this object.Returns the value of thetemplateItem
record component.final String
toString()
Returns a string representation of this record class.
-
Field Details
-
assetId
The field for theassetId
record component. -
templateItem
The field for thetemplateItem
record component. -
description
The field for thedescription
record component. -
decal
private final boolean decalThe field for thedecal
record component. -
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/item/trim/ArmorTrimPattern;CODEC:Lcom/mojang/serialization/Codec;
intermediary field_42014
Lnet/minecraft/class_8056;field_42014:Lcom/mojang/serialization/Codec;
official a
Lcwy;a:Lcom/mojang/serialization/Codec;
-
PACKET_CODEC
- Mappings:
Namespace Name Mixin selector named PACKET_CODEC
Lnet/minecraft/item/trim/ArmorTrimPattern;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;
intermediary field_49282
Lnet/minecraft/class_8056;field_49282:Lnet/minecraft/class_9139;
official b
Lcwy;b:Lzn;
-
ENTRY_CODEC
- Mappings:
Namespace Name Mixin selector named ENTRY_CODEC
Lnet/minecraft/item/trim/ArmorTrimPattern;ENTRY_CODEC:Lcom/mojang/serialization/Codec;
intermediary field_42015
Lnet/minecraft/class_8056;field_42015:Lcom/mojang/serialization/Codec;
official c
Lcwy;c:Lcom/mojang/serialization/Codec;
-
ENTRY_PACKET_CODEC
- Mappings:
Namespace Name Mixin selector named ENTRY_PACKET_CODEC
Lnet/minecraft/item/trim/ArmorTrimPattern;ENTRY_PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;
intermediary field_49283
Lnet/minecraft/class_8056;field_49283:Lnet/minecraft/class_9139;
official d
Lcwy;d:Lzn;
-
-
Constructor Details
-
ArmorTrimPattern
public ArmorTrimPattern(Identifier identifier, RegistryEntry<Item> registryEntry, Text text, boolean bool)
-
-
Method Details
-
getDescription
- Mappings:
Namespace Name Mixin selector named getDescription
Lnet/minecraft/item/trim/ArmorTrimPattern;getDescription(Lnet/minecraft/registry/entry/RegistryEntry;)Lnet/minecraft/text/Text;
intermediary method_48446
Lnet/minecraft/class_8056;method_48446(Lnet/minecraft/class_6880;)Lnet/minecraft/class_2561;
official a
Lcwy;a(Lji;)Lxp;
-
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 '=='. -
assetId
Returns the value of theassetId
record component.- Returns:
- the value of the
assetId
record component
-
templateItem
Returns the value of thetemplateItem
record component.- Returns:
- the value of the
templateItem
record component
-
description
Returns the value of thedescription
record component.- Returns:
- the value of the
description
record component
-
decal
public boolean decal()Returns the value of thedecal
record component.- Returns:
- the value of the
decal
record component
-