Package net.minecraft.client
Record Class RunArgs.class_11392
java.lang.Object
java.lang.Record
net.minecraft.client.RunArgs.class_11392
- All Implemented Interfaces:
RunArgs.class_11396
- Enclosing class:
RunArgs
@Environment(CLIENT)
public static record RunArgs.class_11392()
extends Record
implements RunArgs.class_11396
- Mappings:
Namespace Name named net/minecraft/client/RunArgs$class_11392intermediary net/minecraft/class_542$class_11392official giq$d
-
Field Summary
Fields inherited from interface net.minecraft.client.RunArgs.class_11396
field_60574 -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
class_11392
public class_11392()Creates an instance of aclass_11392record class.
-
-
Method Details
-
method_71645
public boolean method_71645()- Specified by:
method_71645in interfaceRunArgs.class_11396- Mappings:
Namespace Name Mixin selector named method_71645Lnet/minecraft/client/RunArgs$class_11396;method_71645()Zintermediary method_71645Lnet/minecraft/class_542$class_11396;method_71645()Zofficial aLgiq$h;a()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.
-