Package net.minecraft.registry
Class RegistryWrapper.Delegating<T>
java.lang.Object
net.minecraft.registry.RegistryWrapper.Delegating<T>
- All Implemented Interfaces:
- RegistryEntryLookup<T>,- RegistryWrapper<T>
- Enclosing interface:
- RegistryWrapper<T>
- Mappings:
- Namespace - Name - official - hg$a- intermediary - net/minecraft/class_7225$class_7873- named - net/minecraft/registry/RegistryWrapper$Delegating
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.registry.RegistryEntryLookupRegistryEntryLookup.RegistryLookupNested classes/interfaces inherited from interface net.minecraft.registry.RegistryWrapperRegistryWrapper.Delegating<T>, RegistryWrapper.Impl<T>, RegistryWrapper.WrapperLookup
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetOptional(RegistryKey<T> key) getOptional(TagKey<T> tag) Returns a stream of registry keys defined in the wrapped registry.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.registry.RegistryEntryLookupgetOrThrow, getOrThrowMethods inherited from interface net.minecraft.registry.RegistryWrapperfilter, streamKeys, streamTagKeys
- 
Field Details- 
baseWrapper- Mappings:
- Namespace - Name - Mixin selector - official - c- Lhg$a;c:Lhg;- intermediary - field_40933- Lnet/minecraft/class_7225$class_7873;field_40933:Lnet/minecraft/class_7225;- named - baseWrapper- Lnet/minecraft/registry/RegistryWrapper$Delegating;baseWrapper:Lnet/minecraft/registry/RegistryWrapper;
 
 
- 
- 
Constructor Details- 
Delegating- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lhg$a;<init>(Lhg;)V- intermediary - <init>- Lnet/minecraft/class_7225$class_7873;<init>(Lnet/minecraft/class_7225;)V- named - <init>- Lnet/minecraft/registry/RegistryWrapper$Delegating;<init>(Lnet/minecraft/registry/RegistryWrapper;)V
 
 
- 
- 
Method Details- 
getOptional- Specified by:
- getOptionalin interface- RegistryEntryLookup<T>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lhf;a(Lacp;)Ljava/util/Optional;- intermediary - method_46746- Lnet/minecraft/class_7871;method_46746(Lnet/minecraft/class_5321;)Ljava/util/Optional;- named - getOptional- Lnet/minecraft/registry/RegistryEntryLookup;getOptional(Lnet/minecraft/registry/RegistryKey;)Ljava/util/Optional;
 
- 
streamEntriesReturns a stream of registry keys defined in the wrapped registry.- Specified by:
- streamEntriesin interface- RegistryWrapper<T>
- Returns:
- a stream of registry keys defined in the wrapped registry
- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - b- Lhg;b()Ljava/util/stream/Stream;- intermediary - method_42017- Lnet/minecraft/class_7225;method_42017()Ljava/util/stream/Stream;- named - streamEntries- Lnet/minecraft/registry/RegistryWrapper;streamEntries()Ljava/util/stream/Stream;
 
- 
getOptional- Specified by:
- getOptionalin interface- RegistryEntryLookup<T>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lhf;a(Lanl;)Ljava/util/Optional;- intermediary - method_46733- Lnet/minecraft/class_7871;method_46733(Lnet/minecraft/class_6862;)Ljava/util/Optional;- named - getOptional- Lnet/minecraft/registry/RegistryEntryLookup;getOptional(Lnet/minecraft/registry/tag/TagKey;)Ljava/util/Optional;
 
- 
streamTags- Specified by:
- streamTagsin interface- RegistryWrapper<T>
- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - d- Lhg;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;
 
 
-