net.minecraft.registry

public record RegistryOps$RegistryInfo<T>

net.minecraft.resources.RegistryOps$RegistryInfo
net.minecraft.class_6903$class_7862
net.minecraft.registry.RegistryOps$RegistryInfo

Field summary

Modifier and TypeField
private final RegistryEntryOwner<T>
owner
comp_1130
owner
private final RegistryEntryLookup<T>
getter
comp_1131
entryLookup
private final com.mojang.serialization.Lifecycle
elementsLifecycle
comp_1132
elementsLifecycle

Constructor summary

ModifierConstructor
public (RegistryEntryOwner<T> owner, RegistryEntryLookup<T> entryLookup, com.mojang.serialization.Lifecycle elementsLifecycle)

Method summary

Modifier and TypeMethod
public static <T> RegistryOps$RegistryInfo<T>
fromRegistryLookup(HolderLookup$RegistryLookup<T> registry)
method_57074(class_7225$class_7226<T> arg0)
fromWrapper(RegistryWrapper$Impl<T> wrapper)
public RegistryEntryOwner<T>
owner()
comp_1130()
owner()
public RegistryEntryLookup<T>
getter()
comp_1131()
entryLookup()
public com.mojang.serialization.Lifecycle
elementsLifecycle()
comp_1132()
elementsLifecycle()