Package net.minecraft.item.equipment
Record Class EquipmentModel.Dyeable
java.lang.Object
java.lang.Record
net.minecraft.item.equipment.EquipmentModel.Dyeable
- Record Components:
colorWhenUndyed
-
- Enclosing class:
EquipmentModel
- Mappings:
Namespace Name named net/minecraft/item/equipment/EquipmentModel$Dyeable
intermediary net/minecraft/class_10186$class_10188
official dfr$b
named colorWhenUndyed
intermediary comp_3170
official b
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<EquipmentModel.Dyeable> The field for thecolorWhenUndyed
record component. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thecolorWhenUndyed
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.final String
toString()
Returns a string representation of this record class.
-
Field Details
-
colorWhenUndyed
The field for thecolorWhenUndyed
record component. -
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/item/equipment/EquipmentModel$Dyeable;CODEC:Lcom/mojang/serialization/Codec;
intermediary field_54123
Lnet/minecraft/class_10186$class_10188;field_54123:Lcom/mojang/serialization/Codec;
official a
Ldfr$b;a:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
Dyeable
-
-
Method Details
-
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. All components in this record class are compared withObjects::equals(Object,Object)
. -
colorWhenUndyed
Returns the value of thecolorWhenUndyed
record component.- Returns:
- the value of the
colorWhenUndyed
record component
-