Package net.minecraft
Record Class class_12212.class_12214<Value>
java.lang.Object
java.lang.Record
net.minecraft.class_12212.class_12214<Value>
- All Implemented Interfaces:
class_12212<Value,Value>
- Enclosing interface:
class_12212<Subject,Argument>
public static record class_12212.class_12214<Value>()
extends Record
implements class_12212<Value,Value>
- Mappings:
Namespace Name named net/minecraft/class_12212$class_12214intermediary net/minecraft/class_12212$class_12214official cee$b
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.class_12212
class_12212.class_12213, class_12212.class_12214<Value> -
Field Summary
FieldsFields inherited from interface net.minecraft.class_12212
field_63768, field_63769, field_63770 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.Codec<Value> argumentCodec(class_12197<Value> class_12197) 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
-
field_63787
- Mappings:
Namespace Name Mixin selector named field_63787Lnet/minecraft/class_12212$class_12214;field_63787:Lnet/minecraft/class_12212$class_12214;intermediary field_63787Lnet/minecraft/class_12212$class_12214;field_63787:Lnet/minecraft/class_12212$class_12214;official dLcee$b;d:Lcee$b;
-
-
Constructor Details
-
class_12214
public class_12214()Creates an instance of aclass_12214record class.
-
-
Method Details
-
apply
- Specified by:
applyin interfaceclass_12212<Value,Value>
-
argumentCodec
- Specified by:
argumentCodecin interfaceclass_12212<Value,Value>
-
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.
-