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 hf$a
intermediary net/minecraft/class_7225$class_7873
named net/minecraft/registry/RegistryWrapper$Delegating
-
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.Delegating<T>, RegistryWrapper.Impl<T>, RegistryWrapper.WrapperLookup
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.registry.RegistryEntryLookup
getOrThrow, getOrThrow
Methods inherited from interface net.minecraft.registry.RegistryWrapper
filter, streamKeys, streamTagKeys
-
Field Details
-
baseWrapper
- Mappings:
Namespace Name Mixin selector official c
Lhf$a;c:Lhf;
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>
Lhf$a;<init>(Lhf;)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:
getOptional
in interfaceRegistryEntryLookup<T>
- Mappings:
Namespace Name Mixin selector official a
Lhe;a(Ladc;)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;
-
streamEntries
Returns a stream of registry keys defined in the wrapped registry.- Specified by:
streamEntries
in interfaceRegistryWrapper<T>
- Returns:
- a stream of registry keys defined in the wrapped registry
- See Also:
- Mappings:
Namespace Name Mixin selector official b
Lhf;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:
getOptional
in interfaceRegistryEntryLookup<T>
- Mappings:
Namespace Name Mixin selector official a
Lhe;a(Lanv;)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:
streamTags
in interfaceRegistryWrapper<T>
- See Also:
- Mappings:
Namespace Name Mixin selector official d
Lhf;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;
-