Uses of Interface
net.minecraft.util.registry.RegistryEntryOwner
Packages that use RegistryEntryOwner
Package
Description
Contains the registry, used to register various in-game components, and related classes.
-
Uses of RegistryEntryOwner in net.minecraft.util.dynamic
Fields in net.minecraft.util.dynamic declared as RegistryEntryOwnerModifier and TypeFieldDescriptionprivate final RegistryEntryOwner<T>RegistryOps.RegistryInfo.ownerThe field for theownerrecord component.Methods in net.minecraft.util.dynamic that return RegistryEntryOwnerModifier and TypeMethodDescriptionRegistryOps.RegistryInfo.owner()Returns the value of theownerrecord component.Methods in net.minecraft.util.dynamic that return types with arguments of type RegistryEntryOwnerModifier and TypeMethodDescription<E> Optional<RegistryEntryOwner<E>>RegistryOps.getOwner(RegistryKey<? extends Registry<? extends E>> registryRef) Constructors in net.minecraft.util.dynamic with parameters of type RegistryEntryOwnerModifierConstructorDescriptionRegistryInfo(RegistryEntryOwner<T> registryEntryOwner, RegistryEntryLookup<T> registryEntryLookup, com.mojang.serialization.Lifecycle lifecycle) -
Uses of RegistryEntryOwner in net.minecraft.util.registry
Subinterfaces of RegistryEntryOwner in net.minecraft.util.registryClasses in net.minecraft.util.registry that implement RegistryEntryOwnerModifier and TypeClassDescriptionprivate static classAn owner that owns multiple registries and holds the owner object for those.static classFields in net.minecraft.util.registry declared as RegistryEntryOwnerModifier and TypeFieldDescriptionprotected final RegistryEntryOwner<T>RegistryBuilder.EntryListCreatingLookup.entryOwnerprivate final RegistryEntryOwner<T>RegistryEntry.Reference.ownerprivate final RegistryEntryOwner<T>RegistryEntryList.Named.ownerFields in net.minecraft.util.registry with type parameters of type RegistryEntryOwnerModifier and TypeFieldDescriptionprivate final Set<RegistryEntryOwner<?>>RegistryBuilder.AnyOwner.ownersMethods in net.minecraft.util.registry that return RegistryEntryOwnerMethods in net.minecraft.util.registry with parameters of type RegistryEntryOwnerModifier and TypeMethodDescriptionvoidRegistryBuilder.AnyOwner.addOwner(RegistryEntryOwner<?> owner) voidRegistryBuilder.Registries.addOwner(RegistryEntryOwner<?> owner) static <T> RegistryEntry.Reference<T>RegistryEntry.Reference.intrusive(RegistryEntryOwner<T> owner, T value) Deprecated.Intrusive holders exist for legacy reasons only.static <T> RegistryEntryList.Named<T>RegistryEntryList.of(RegistryEntryOwner<T> owner, TagKey<T> tagKey) Deprecated.booleanRegistryBuilder.AnyOwner.ownerEquals(RegistryEntryOwner<Object> other) booleanRegistryEntry.Direct.ownerEquals(RegistryEntryOwner<T> owner) booleanRegistryEntry.ownerEquals(RegistryEntryOwner<T> owner) booleanRegistryEntry.Reference.ownerEquals(RegistryEntryOwner<T> owner) booleanRegistryEntryList.ListBacked.ownerEquals(RegistryEntryOwner<T> owner) booleanRegistryEntryList.Named.ownerEquals(RegistryEntryOwner<T> owner) booleanRegistryEntryList.ownerEquals(RegistryEntryOwner<T> owner) default booleanRegistryEntryOwner.ownerEquals(RegistryEntryOwner<T> other) static <T> RegistryEntry.Reference<T>RegistryEntry.Reference.standAlone(RegistryEntryOwner<T> owner, RegistryKey<T> registryKey) Returns a new stand-alone registry entry.Constructors in net.minecraft.util.registry with parameters of type RegistryEntryOwnerModifierConstructorDescriptionprotectedEntryListCreatingLookup(RegistryEntryOwner<T> entryOwner) (package private)Named(RegistryEntryOwner<T> owner, TagKey<T> tag) privateReference(RegistryEntry.Reference.Type referenceType, RegistryEntryOwner<T> owner, @Nullable RegistryKey<T> registryKey, T value) StandAloneEntryCreatingLookup(RegistryEntryOwner<Object> entryOwner)