Package net.minecraft

Record Class class_11822

java.lang.Object
java.lang.Record
net.minecraft.class_11822
Record Components:
ref -
schema -

public record class_11822(String ref, class_11821 schema) extends Record
Mappings:
Namespace Name
named net/minecraft/class_11822
intermediary net/minecraft/class_11822
official aul
named ref
intermediary comp_4698
official a
named schema
intermediary comp_4699
official b
  • Field Details

    • ref

      private final String ref
      The field for the ref record component.
    • schema

      private final class_11821 schema
      The field for the schema record component.
  • Constructor Details

  • Method Details

    • method_73727

      public class_11821 method_73727()
      Mappings:
      Namespace Name Mixin selector
      named method_73727 Lnet/minecraft/class_11822;method_73727()Lnet/minecraft/class_11821;
      intermediary method_73727 Lnet/minecraft/class_11822;method_73727()Lnet/minecraft/class_11821;
      official a Laul;a()Lauk;
    • method_73728

      public class_11821 method_73728()
      Mappings:
      Namespace Name Mixin selector
      named method_73728 Lnet/minecraft/class_11822;method_73728()Lnet/minecraft/class_11821;
      intermediary method_73728 Lnet/minecraft/class_11822;method_73728()Lnet/minecraft/class_11821;
      official b Laul;b()Lauk;
    • 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.
    • ref

      public String ref()
      Returns the value of the ref record component.
      Returns:
      the value of the ref record component
    • schema

      public class_11821 schema()
      Returns the value of the schema record component.
      Returns:
      the value of the schema record component