Package net.minecraft.registry.entry
Interface RegistryEntryOwner<T>
- All Known Subinterfaces:
- RegistryWrapper.Impl<T>
- All Known Implementing Classes:
- RegistryBuilder.AnyOwner,- RegistryWrapper.Impl.Delegating
public interface RegistryEntryOwner<T>
An owner of a 
RegistryEntry or RegistryEntryList. This is usually
 a registry, but it is possible that an object owns multiple entries from
 different registries.- Mappings:
- Namespace - Name - official - hh- intermediary - net/minecraft/class_7876- named - net/minecraft/registry/entry/RegistryEntryOwner
- 
Method Summary
- 
Method Details- 
ownerEquals- Mappings:
- Namespace - Name - Mixin selector - official - a- Lhh;a(Lhh;)Z- intermediary - method_46767- Lnet/minecraft/class_7876;method_46767(Lnet/minecraft/class_7876;)Z- named - ownerEquals- Lnet/minecraft/registry/entry/RegistryEntryOwner;ownerEquals(Lnet/minecraft/registry/entry/RegistryEntryOwner;)Z
 
 
-