Record Class QuickPlayLogger.QuickPlayWorld

java.lang.Object
java.lang.Record
net.minecraft.client.QuickPlayLogger.QuickPlayWorld
Record Components:
type -
id -
name -
Enclosing class:
QuickPlayLogger

@Environment(CLIENT) private static record QuickPlayLogger.QuickPlayWorld(QuickPlayLogger.WorldType type, String id, String name) extends Record
Mappings:
Namespace Name
official fiv$b
intermediary net/minecraft/class_8497$class_8499
named net/minecraft/client/QuickPlayLogger$QuickPlayWorld
official b
intermediary comp_1483
named type
official c
intermediary comp_1484
named id
official d
intermediary comp_1485
named name
  • Field Details

    • type

      private final QuickPlayLogger.WorldType type
      The field for the type record component.
    • id

      private final String id
      The field for the id record component.
    • name

      private final String name
      The field for the name record component.
    • CODEC

      public static final com.mojang.serialization.MapCodec<QuickPlayLogger.QuickPlayWorld> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Lfiv$b;a:Lcom/mojang/serialization/MapCodec;
      intermediary field_44567 Lnet/minecraft/class_8497$class_8499;field_44567:Lcom/mojang/serialization/MapCodec;
      named CODEC Lnet/minecraft/client/QuickPlayLogger$QuickPlayWorld;CODEC:Lcom/mojang/serialization/MapCodec;
  • Constructor Details

  • Method Details

    • 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. All components in this record class are compared with Objects::equals(Object,Object).
      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.
    • type

      Returns the value of the type record component.
      Returns:
      the value of the type record component
    • id

      public String id()
      Returns the value of the id record component.
      Returns:
      the value of the id record component
    • name

      public String name()
      Returns the value of the name record component.
      Returns:
      the value of the name record component