Package net.minecraft.registry
Class RegistryBuilder.EntryListCreatingLookup<T>
java.lang.Object
net.minecraft.registry.RegistryBuilder.EntryListCreatingLookup<T>
- All Implemented Interfaces:
 RegistryEntryLookup<T>
- Direct Known Subclasses:
 RegistryBuilder.StandAloneEntryCreatingLookup,RegistryBuilder.UntaggedLookup
- Enclosing class:
 RegistryBuilder
private abstract static class RegistryBuilder.EntryListCreatingLookup<T>
extends Object
implements RegistryEntryLookup<T>
- Mappings:
 Namespace Name named net/minecraft/registry/RegistryBuilder$EntryListCreatingLookupintermediary net/minecraft/class_7877$class_7880official kc$c
- 
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.registry.RegistryEntryLookup
RegistryEntryLookup.RegistryLookup - 
Field Summary
Fields - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedEntryListCreatingLookup(RegistryEntryOwner<T> entryOwner)  - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.registry.RegistryEntryLookup
getOptional, getOrThrow, getOrThrow 
- 
Field Details
- 
entryOwner
- Mappings:
 Namespace Name Mixin selector named entryOwnerLnet/minecraft/registry/RegistryBuilder$EntryListCreatingLookup;entryOwner:Lnet/minecraft/registry/entry/RegistryEntryOwner;intermediary field_40945Lnet/minecraft/class_7877$class_7880;field_40945:Lnet/minecraft/class_7876;official dLkc$c;d:Ljp;
 
 - 
 - 
Constructor Details
- 
EntryListCreatingLookup
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/registry/RegistryBuilder$EntryListCreatingLookup;<init>(Lnet/minecraft/registry/entry/RegistryEntryOwner;)Vintermediary <init>Lnet/minecraft/class_7877$class_7880;<init>(Lnet/minecraft/class_7876;)Vofficial <init>Lkc$c;<init>(Ljp;)V
 
 - 
 - 
Method Details
- 
getOptional
- Specified by:
 getOptionalin interfaceRegistryEntryLookup<T>- Mappings:
 Namespace Name Mixin selector named getOptionalLnet/minecraft/registry/RegistryEntryLookup;getOptional(Lnet/minecraft/registry/tag/TagKey;)Ljava/util/Optional;intermediary method_46733Lnet/minecraft/class_7871;method_46733(Lnet/minecraft/class_6862;)Ljava/util/Optional;official aLjn;a(Lawu;)Ljava/util/Optional;
 
 -