Package net.minecraft.registry
Class RegistryBuilder.UntaggedLookup<T>
java.lang.Object
net.minecraft.registry.RegistryBuilder.EntryListCreatingLookup<T>
net.minecraft.registry.RegistryBuilder.UntaggedLookup<T>
- All Implemented Interfaces:
RegistryEntryOwner<T>,RegistryEntryLookup<T>,RegistryWrapper<T>,RegistryWrapper.Impl<T>
- Direct Known Subclasses:
RegistryBuilder.UntaggedDelegatingLookup
- Enclosing class:
RegistryBuilder
private abstract static class RegistryBuilder.UntaggedLookup<T>
extends RegistryBuilder.EntryListCreatingLookup<T>
implements RegistryWrapper.Impl<T>
- Mappings:
Namespace Name official jb$eintermediary net/minecraft/class_7877$class_9258named net/minecraft/registry/RegistryBuilder$UntaggedLookup
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.registry.RegistryEntryLookup
RegistryEntryLookup.RegistryLookupNested classes/interfaces inherited from interface net.minecraft.registry.RegistryWrapper
RegistryWrapper.Impl<T>, RegistryWrapper.WrapperLookupNested classes/interfaces inherited from interface net.minecraft.registry.RegistryWrapper.Impl
RegistryWrapper.Impl.Delegating<T> -
Field Summary
Fields inherited from class net.minecraft.registry.RegistryBuilder.EntryListCreatingLookup
entryOwner -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.registry.RegistryBuilder.EntryListCreatingLookup
getOptionalMethods 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, getOptional, getOrThrow, getOrThrowMethods inherited from interface net.minecraft.registry.entry.RegistryEntryOwner
ownerEqualsMethods inherited from interface net.minecraft.registry.RegistryWrapper
streamEntries, streamKeys, streamTagKeysMethods inherited from interface net.minecraft.registry.RegistryWrapper.Impl
getLifecycle, getRegistryKey, withFeatureFilter, withPredicateFilter
-
Constructor Details
-
UntaggedLookup
- Mappings:
Namespace Name Mixin selector official <init>Ljb$c;<init>(Lio;)Vintermediary <init>Lnet/minecraft/class_7877$class_7880;<init>(Lnet/minecraft/class_7876;)Vnamed <init>Lnet/minecraft/registry/RegistryBuilder$EntryListCreatingLookup;<init>(Lnet/minecraft/registry/entry/RegistryEntryOwner;)V
-
-
Method Details
-
streamTags
- Specified by:
streamTagsin interfaceRegistryWrapper<T>- See Also:
- Mappings:
Namespace Name Mixin selector official dLin;d()Ljava/util/stream/Stream;intermediary method_42020Lnet/minecraft/class_7225;method_42020()Ljava/util/stream/Stream;named streamTagsLnet/minecraft/registry/RegistryWrapper;streamTags()Ljava/util/stream/Stream;
-