Package net.minecraft.registry
Interface RegistryWrapper.Impl<T>
- All Superinterfaces:
RegistryEntryLookup<T>
,RegistryEntryOwner<T>
,RegistryWrapper<T>
- All Known Subinterfaces:
RegistryWrapper.Impl.Delegating<T>
- All Known Implementing Classes:
RegistryBuilder.UntaggedDelegatingLookup
,RegistryBuilder.UntaggedLookup
- Enclosing interface:
RegistryWrapper<T>
- Mappings:
Namespace Name named net/minecraft/registry/RegistryWrapper$Impl
intermediary net/minecraft/class_7225$class_7226
official jk$b
-
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
-
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.Lifecycle
RegistryKey
<? extends Registry<? extends T>> default RegistryWrapper.Impl
<T> withFeatureFilter
(FeatureSet enabledFeatures) default RegistryWrapper.Impl
<T> withPredicateFilter
(Predicate<T> predicate) 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, streamTags
-
Method Details
-
getRegistryKey
RegistryKey<? extends Registry<? extends T>> getRegistryKey()- Mappings:
Namespace Name Mixin selector named getRegistryKey
Lnet/minecraft/registry/RegistryWrapper$Impl;getRegistryKey()Lnet/minecraft/registry/RegistryKey;
intermediary method_46765
Lnet/minecraft/class_7225$class_7226;method_46765()Lnet/minecraft/class_5321;
official f
Ljk$b;f()Lale;
-
getLifecycle
com.mojang.serialization.Lifecycle getLifecycle()- Mappings:
Namespace Name Mixin selector named getLifecycle
Lnet/minecraft/registry/RegistryWrapper$Impl;getLifecycle()Lcom/mojang/serialization/Lifecycle;
intermediary method_46766
Lnet/minecraft/class_7225$class_7226;method_46766()Lcom/mojang/serialization/Lifecycle;
official g
Ljk$b;g()Lcom/mojang/serialization/Lifecycle;
-
withFeatureFilter
- Mappings:
Namespace Name Mixin selector named withFeatureFilter
Lnet/minecraft/registry/RegistryWrapper$Impl;withFeatureFilter(Lnet/minecraft/resource/featuretoggle/FeatureSet;)Lnet/minecraft/registry/RegistryWrapper$Impl;
intermediary method_45919
Lnet/minecraft/class_7225$class_7226;method_45919(Lnet/minecraft/class_7699;)Lnet/minecraft/class_7225$class_7226;
official a
Ljk$b;a(Lcpn;)Ljk$b;
-
withPredicateFilter
- Mappings:
Namespace Name Mixin selector named withPredicateFilter
Lnet/minecraft/registry/RegistryWrapper$Impl;withPredicateFilter(Ljava/util/function/Predicate;)Lnet/minecraft/registry/RegistryWrapper$Impl;
intermediary method_56882
Lnet/minecraft/class_7225$class_7226;method_56882(Ljava/util/function/Predicate;)Lnet/minecraft/class_7225$class_7226;
official a
Ljk$b;a(Ljava/util/function/Predicate;)Ljk$b;
-