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_11392
intermediary net/minecraft/class_542$class_11392
official giq$d
  • Constructor Details

    • class_11392

      public class_11392()
      Creates an instance of a class_11392 record class.
  • Method Details

    • method_71645

      public boolean method_71645()
      Specified by:
      method_71645 in interface RunArgs.class_11396
      Mappings:
      Namespace Name Mixin selector
      named method_71645 Lnet/minecraft/client/RunArgs$class_11396;method_71645()Z
      intermediary method_71645 Lnet/minecraft/class_542$class_11396;method_71645()Z
      official a Lgiq$h;a()Z
    • toString

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      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.
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.