Package net.minecraft.registry
Interface RegistryWrapper<T>
- All Superinterfaces:
RegistryEntryLookup<T>
- All Known Subinterfaces:
RegistryWrapper.Impl<T>
- All Known Implementing Classes:
RegistryWrapper.Delegating
,RegistryWrapper.Impl.Delegating
A read-only wrapper of a registry.
- Mappings:
Namespace Name official hf
intermediary net/minecraft/class_7225
named net/minecraft/registry/RegistryWrapper
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static interface
static interface
Nested classes/interfaces inherited from interface net.minecraft.registry.RegistryEntryLookup
RegistryEntryLookup.RegistryLookup
-
Method Summary
Modifier and TypeMethodDescriptiondefault RegistryWrapper<T>
Returns a stream of registry keys defined in the wrapped registry.default Stream<RegistryKey<T>>
Methods inherited from interface net.minecraft.registry.RegistryEntryLookup
getOptional, getOptional, getOrThrow, getOrThrow
-
Method Details
-
streamEntries
Stream<RegistryEntry.Reference<T>> streamEntries()Returns a stream of registry keys defined in the wrapped registry.- 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;
-
streamKeys
- Mappings:
Namespace Name Mixin selector official c
Lhf;c()Ljava/util/stream/Stream;
intermediary method_46754
Lnet/minecraft/class_7225;method_46754()Ljava/util/stream/Stream;
named streamKeys
Lnet/minecraft/registry/RegistryWrapper;streamKeys()Ljava/util/stream/Stream;
-
streamTags
Stream<RegistryEntryList.Named<T>> streamTags()- 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;
-
streamTagKeys
- Mappings:
Namespace Name Mixin selector official e
Lhf;e()Ljava/util/stream/Stream;
intermediary method_46755
Lnet/minecraft/class_7225;method_46755()Ljava/util/stream/Stream;
named streamTagKeys
Lnet/minecraft/registry/RegistryWrapper;streamTagKeys()Ljava/util/stream/Stream;
-
filter
- Mappings:
Namespace Name Mixin selector official a
Lhf;a(Ljava/util/function/Predicate;)Lhf;
intermediary method_46753
Lnet/minecraft/class_7225;method_46753(Ljava/util/function/Predicate;)Lnet/minecraft/class_7225;
named filter
Lnet/minecraft/registry/RegistryWrapper;filter(Ljava/util/function/Predicate;)Lnet/minecraft/registry/RegistryWrapper;
-