Package net.minecraft
Record Class class_11822
java.lang.Object
java.lang.Record
net.minecraft.class_11822
- Record Components:
ref-schema-
- Mappings:
Namespace Name named net/minecraft/class_11822intermediary net/minecraft/class_11822official aulnamed refintermediary comp_4698official anamed schemaintermediary comp_4699official b
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.ref()Returns the value of therefrecord component.schema()Returns the value of theschemarecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
Constructor Details
-
class_11822
-
-
Method Details
-
method_73727
- Mappings:
Namespace Name Mixin selector named method_73727Lnet/minecraft/class_11822;method_73727()Lnet/minecraft/class_11821;intermediary method_73727Lnet/minecraft/class_11822;method_73727()Lnet/minecraft/class_11821;official aLaul;a()Lauk;
-
method_73728
- Mappings:
Namespace Name Mixin selector named method_73728Lnet/minecraft/class_11822;method_73728()Lnet/minecraft/class_11821;intermediary method_73728Lnet/minecraft/class_11822;method_73728()Lnet/minecraft/class_11821;official bLaul;b()Lauk;
-
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). -
ref
Returns the value of therefrecord component.- Returns:
- the value of the
refrecord component
-
schema
Returns the value of theschemarecord component.- Returns:
- the value of the
schemarecord component
-