Package net.minecraft.block.entity
Record Class BannerPattern
java.lang.Object
java.lang.Record
net.minecraft.block.entity.BannerPattern
- Record Components:
- assetId-
- translationKey-
- Mappings:
- Namespace - Name - named - net/minecraft/block/entity/BannerPattern- intermediary - net/minecraft/class_2582- official - dtq- named - assetId- intermediary - comp_2456- official - e- named - translationKey- intermediary - comp_2457- official - f
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final IdentifierThe field for theassetIdrecord component.static final com.mojang.serialization.Codec<BannerPattern> static final com.mojang.serialization.Codec<RegistryEntry<BannerPattern>> static final PacketCodec<RegistryByteBuf, RegistryEntry<BannerPattern>> static final PacketCodec<RegistryByteBuf, BannerPattern> private final StringThe field for thetranslationKeyrecord component.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionassetId()Returns the value of theassetIdrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.Returns the value of thetranslationKeyrecord component.
- 
Field Details- 
assetIdThe field for theassetIdrecord component.
- 
translationKeyThe field for thetranslationKeyrecord component.
- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/block/entity/BannerPattern;CODEC:Lcom/mojang/serialization/Codec;- intermediary - field_49757- Lnet/minecraft/class_2582;field_49757:Lcom/mojang/serialization/Codec;- official - a- Ldtq;a:Lcom/mojang/serialization/Codec;
 
- 
PACKET_CODEC- Mappings:
- Namespace - Name - Mixin selector - named - PACKET_CODEC- Lnet/minecraft/block/entity/BannerPattern;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;- intermediary - field_49758- Lnet/minecraft/class_2582;field_49758:Lnet/minecraft/class_9139;- official - b- Ldtq;b:Lyn;
 
- 
ENTRY_CODEC- Mappings:
- Namespace - Name - Mixin selector - named - ENTRY_CODEC- Lnet/minecraft/block/entity/BannerPattern;ENTRY_CODEC:Lcom/mojang/serialization/Codec;- intermediary - field_49759- Lnet/minecraft/class_2582;field_49759:Lcom/mojang/serialization/Codec;- official - c- Ldtq;c:Lcom/mojang/serialization/Codec;
 
- 
ENTRY_PACKET_CODEC- Mappings:
- Namespace - Name - Mixin selector - named - ENTRY_PACKET_CODEC- Lnet/minecraft/block/entity/BannerPattern;ENTRY_PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;- intermediary - field_49760- Lnet/minecraft/class_2582;field_49760:Lnet/minecraft/class_9139;- official - d- Ldtq;d:Lyn;
 
 
- 
- 
Constructor Details- 
BannerPattern
 
- 
- 
Method Details- 
toStringReturns 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.
- 
hashCodepublic 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.
- 
equalsIndicates 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. All components in this record class are compared withObjects::equals(Object,Object).
- 
assetIdReturns the value of theassetIdrecord component.- Returns:
- the value of the assetIdrecord component
 
- 
translationKeyReturns the value of thetranslationKeyrecord component.- Returns:
- the value of the translationKeyrecord component
 
 
-