Package net.minecraft
Record Class class_9789
java.lang.Object
java.lang.Record
net.minecraft.class_9789
- Record Components:
types-
- Mappings:
Namespace Name named net/minecraft/class_9789intermediary net/minecraft/class_9789official cenamed typesintermediary comp_2829official d
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final class_9789static final class_9789static final com.mojang.serialization.Codec<class_9789> The field for thetypesrecord component. -
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.booleanmethod_60723(GameMode gameMode) static class_9789method_60724(GameMode[] gameMode) final StringtoString()Returns a string representation of this record class.types()Returns the value of thetypesrecord component.
-
Field Details
-
types
The field for thetypesrecord component. -
field_52012
- Mappings:
Namespace Name Mixin selector named field_52012Lnet/minecraft/class_9789;field_52012:Lnet/minecraft/class_9789;intermediary field_52012Lnet/minecraft/class_9789;field_52012:Lnet/minecraft/class_9789;official aLce;a:Lce;
-
field_52013
- Mappings:
Namespace Name Mixin selector named field_52013Lnet/minecraft/class_9789;field_52013:Lnet/minecraft/class_9789;intermediary field_52013Lnet/minecraft/class_9789;field_52013:Lnet/minecraft/class_9789;official bLce;b:Lce;
-
field_52014
- Mappings:
Namespace Name Mixin selector named field_52014Lnet/minecraft/class_9789;field_52014:Lcom/mojang/serialization/Codec;intermediary field_52014Lnet/minecraft/class_9789;field_52014:Lcom/mojang/serialization/Codec;official cLce;c:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_9789
-
-
Method Details
-
method_60724
- Mappings:
Namespace Name Mixin selector named method_60724Lnet/minecraft/class_9789;method_60724([Lnet/minecraft/world/GameMode;)Lnet/minecraft/class_9789;intermediary method_60724Lnet/minecraft/class_9789;method_60724([Lnet/minecraft/class_1934;)Lnet/minecraft/class_9789;official aLce;a([Ldcr;)Lce;
-
method_60723
- Mappings:
Namespace Name Mixin selector named method_60723Lnet/minecraft/class_9789;method_60723(Lnet/minecraft/world/GameMode;)Zintermediary method_60723Lnet/minecraft/class_9789;method_60723(Lnet/minecraft/class_1934;)Zofficial aLce;a(Ldcr;)Z
-
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). -
types
Returns the value of thetypesrecord component.- Returns:
- the value of the
typesrecord component
-