Package net.minecraft.util.dynamic
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$aintermediary net/minecraft/class_6903$class_7862named net/minecraft/util/dynamic/RegistryOps$class_7862official aintermediary comp_1130named ownerofficial bintermediary comp_1131named getterofficial cintermediary comp_1132named elementsLifecycle
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.mojang.serialization.LifecycleThe field for theelementsLifecyclerecord component.private final class_7871<T>The field for thegetterrecord component.private final class_7876<T>The field for theownerrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_7862(class_7876<T> class_7876, class_7871<T> class_7871, com.mojang.serialization.Lifecycle lifecycle) -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.LifecycleReturns the value of theelementsLifecyclerecord component.final booleanIndicates whether some other object is "equal to" this one.getter()Returns the value of thegetterrecord component.final inthashCode()Returns a hash code value for this object.owner()Returns the value of theownerrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
owner
The field for theownerrecord component. -
getter
The field for thegetterrecord component. -
elementsLifecycle
private final com.mojang.serialization.Lifecycle elementsLifecycleThe field for theelementsLifecyclerecord 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
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. All components in this record class are compared withObjects::equals(Object,Object). -
owner
Returns the value of theownerrecord component.- Returns:
- the value of the
ownerrecord component
-
getter
Returns the value of thegetterrecord component.- Returns:
- the value of the
getterrecord component
-
elementsLifecycle
public com.mojang.serialization.Lifecycle elementsLifecycle()Returns the value of theelementsLifecyclerecord component.- Returns:
- the value of the
elementsLifecyclerecord component
-