Record Class RegistryOps.class_7862<T>

java.lang.Object
java.lang.Record
net.minecraft.util.dynamic.RegistryOps.class_7862<T>
Record Components:
owner -
getter -
elementsLifecycle -
Enclosing class:
RegistryOps<T>

public static record RegistryOps.class_7862<T>(class_7876<T> owner, class_7871<T> getter, com.mojang.serialization.Lifecycle elementsLifecycle) extends Record
Mappings:
Namespace Name
official abx$a
intermediary net/minecraft/class_6903$class_7862
named net/minecraft/util/dynamic/RegistryOps$class_7862
official a
intermediary comp_1130
named owner
official b
intermediary comp_1131
named getter
official c
intermediary comp_1132
named elementsLifecycle
  • Field Details

    • owner

      private final class_7876<T> owner
      The field for the owner record component.
    • getter

      private final class_7871<T> getter
      The field for the getter record component.
    • elementsLifecycle

      private final com.mojang.serialization.Lifecycle elementsLifecycle
      The field for the elementsLifecycle record component.
  • Constructor Details

    • class_7862

      public class_7862(class_7876<T> class_7876, class_7871<T> class_7871, com.mojang.serialization.Lifecycle lifecycle)
  • 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.
    • owner

      public class_7876<T> owner()
      Returns the value of the owner record component.
      Returns:
      the value of the owner record component
    • getter

      public class_7871<T> getter()
      Returns the value of the getter record component.
      Returns:
      the value of the getter record component
    • elementsLifecycle

      public com.mojang.serialization.Lifecycle elementsLifecycle()
      Returns the value of the elementsLifecycle record component.
      Returns:
      the value of the elementsLifecycle record component