Package net.minecraft
Record Class class_10186.class_10188
java.lang.Object
java.lang.Record
net.minecraft.class_10186.class_10188
- Record Components:
colorWhenUndyed-
- Enclosing class:
class_10186
- Mappings:
Namespace Name named net/minecraft/class_10186$class_10188intermediary net/minecraft/class_10186$class_10188official ddf$bnamed colorWhenUndyedintermediary comp_3170official b
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe field for thecolorWhenUndyedrecord component.static final com.mojang.serialization.Codec<class_10186.class_10188> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thecolorWhenUndyedrecord 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.
-
Field Details
-
colorWhenUndyed
The field for thecolorWhenUndyedrecord component. -
field_54123
- Mappings:
Namespace Name Mixin selector named field_54123Lnet/minecraft/class_10186$class_10188;field_54123:Lcom/mojang/serialization/Codec;intermediary field_54123Lnet/minecraft/class_10186$class_10188;field_54123:Lcom/mojang/serialization/Codec;official aLddf$b;a:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_10188
-
-
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 thecolorWhenUndyedrecord component.- Returns:
- the value of the
colorWhenUndyedrecord component
-