Record Class TrimMaterial
java.lang.Object
java.lang.Record
net.minecraft.world.item.equipment.trim.TrimMaterial
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Holder<TrimMaterial>> private final ComponentThe field for thedescriptionrecord component.static final com.mojang.serialization.Codec<TrimMaterial> static final StreamCodec<RegistryFriendlyByteBuf, TrimMaterial> private final IdentifierThe field for thepaletteIdrecord component.static final StreamCodec<RegistryFriendlyByteBuf, Holder<TrimMaterial>> -
Constructor Summary
ConstructorsConstructorDescriptionTrimMaterial(Identifier paletteId, Component description) Creates an instance of aTrimMaterialrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thedescriptionrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of thepaletteIdrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
paletteId
The field for thepaletteIdrecord component. -
description
The field for thedescriptionrecord component. -
DIRECT_CODEC
-
DIRECT_STREAM_CODEC
-
CODEC
-
STREAM_CODEC
-
-
Constructor Details
-
TrimMaterial
Creates an instance of aTrimMaterialrecord class.- Parameters:
paletteId- the value for thepaletteIdrecord componentdescription- the value for thedescriptionrecord component
-
-
Method Details
-
toString
-
hashCode
-
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. All components in this record class are compared withObjects::equals(Object,Object). -
paletteId
Returns the value of thepaletteIdrecord component.- Returns:
- the value of the
paletteIdrecord component
-
description
Returns the value of thedescriptionrecord component.- Returns:
- the value of the
descriptionrecord component
-