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 jm$e
intermediary net/minecraft/class_7877$class_9258
named net/minecraft/registry/RegistryBuilder$UntaggedLookup
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.registry.RegistryEntryLookup
RegistryEntryLookup.RegistryLookup
Nested classes/interfaces inherited from interface net.minecraft.registry.RegistryWrapper
RegistryWrapper.Impl<T>, RegistryWrapper.WrapperLookup
Nested 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
getOptional
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.registry.RegistryEntryLookup
getOptional, getOptional, getOrThrow, getOrThrow
Methods inherited from interface net.minecraft.registry.entry.RegistryEntryOwner
ownerEquals
Methods inherited from interface net.minecraft.registry.RegistryWrapper
streamEntries, streamKeys, streamTagKeys
Methods inherited from interface net.minecraft.registry.RegistryWrapper.Impl
getLifecycle, getRegistryKey, withFeatureFilter, withPredicateFilter
-
Constructor Details
-
UntaggedLookup
- Mappings:
Namespace Name Mixin selector official <init>
Ljm$c;<init>(Liz;)V
intermediary <init>
Lnet/minecraft/class_7877$class_7880;<init>(Lnet/minecraft/class_7876;)V
named <init>
Lnet/minecraft/registry/RegistryBuilder$EntryListCreatingLookup;<init>(Lnet/minecraft/registry/entry/RegistryEntryOwner;)V
-
-
Method Details
-
streamTags
- Specified by:
streamTags
in interfaceRegistryWrapper<T>
- See Also:
- Mappings:
Namespace Name Mixin selector official d
Liy;d()Ljava/util/stream/Stream;
intermediary method_42020
Lnet/minecraft/class_7225;method_42020()Ljava/util/stream/Stream;
named streamTags
Lnet/minecraft/registry/RegistryWrapper;streamTags()Ljava/util/stream/Stream;
-