Package net.minecraft.registry
Interface RegistryWrapper.Impl<T>
- All Superinterfaces:
RegistryEntryLookup<T>,RegistryEntryOwner<T>,RegistryWrapper<T>
- All Known Subinterfaces:
DefaultedRegistry<T>,MutableRegistry<T>,Registry<T>,RegistryWrapper.Impl.Delegating<T>
- All Known Implementing Classes:
RegistryBuilder.UntaggedDelegatingLookup,RegistryBuilder.UntaggedLookup,SimpleDefaultedRegistry,SimpleRegistry
- Enclosing interface:
RegistryWrapper<T>
- Mappings:
Namespace Name named net/minecraft/registry/RegistryWrapper$Implintermediary net/minecraft/class_7225$class_7226official jt$b
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface net.minecraft.registry.RegistryEntryLookup
RegistryEntryLookup.RegistryLookupNested classes/interfaces inherited from interface net.minecraft.registry.RegistryWrapper
RegistryWrapper.Impl<T>, RegistryWrapper.WrapperLookup -
Method Summary
Modifier and TypeMethodDescriptionRegistryKey<? extends Registry<? extends T>> getKey()com.mojang.serialization.Lifecycledefault 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, getOrThrowMethods inherited from interface net.minecraft.registry.entry.RegistryEntryOwner
ownerEqualsMethods inherited from interface net.minecraft.registry.RegistryWrapper
getTags, streamEntries, streamKeys, streamTagKeys
-
Method Details
-
getKey
RegistryKey<? extends Registry<? extends T>> getKey()- Mappings:
Namespace Name Mixin selector named getKeyLnet/minecraft/registry/RegistryWrapper$Impl;getKey()Lnet/minecraft/registry/RegistryKey;intermediary method_46765Lnet/minecraft/class_7225$class_7226;method_46765()Lnet/minecraft/class_5321;official gLjt$b;g()Laku;
-
getLifecycle
com.mojang.serialization.Lifecycle getLifecycle()- Mappings:
Namespace Name Mixin selector named getLifecycleLnet/minecraft/registry/RegistryWrapper$Impl;getLifecycle()Lcom/mojang/serialization/Lifecycle;intermediary method_46766Lnet/minecraft/class_7225$class_7226;method_46766()Lcom/mojang/serialization/Lifecycle;official hLjt$b;h()Lcom/mojang/serialization/Lifecycle;
-
withFeatureFilter
- Mappings:
Namespace Name Mixin selector named withFeatureFilterLnet/minecraft/registry/RegistryWrapper$Impl;withFeatureFilter(Lnet/minecraft/resource/featuretoggle/FeatureSet;)Lnet/minecraft/registry/RegistryWrapper$Impl;intermediary method_45919Lnet/minecraft/class_7225$class_7226;method_45919(Lnet/minecraft/class_7699;)Lnet/minecraft/class_7225$class_7226;official aLjt$b;a(Lcru;)Ljt$b;
-
withPredicateFilter
- Mappings:
Namespace Name Mixin selector named withPredicateFilterLnet/minecraft/registry/RegistryWrapper$Impl;withPredicateFilter(Ljava/util/function/Predicate;)Lnet/minecraft/registry/RegistryWrapper$Impl;intermediary method_56882Lnet/minecraft/class_7225$class_7226;method_56882(Ljava/util/function/Predicate;)Lnet/minecraft/class_7225$class_7226;official aLjt$b;a(Ljava/util/function/Predicate;)Ljt$b;
-