Uses of Interface
net.minecraft.registry.RegistryWrapper.Impl
Packages that use RegistryWrapper.Impl
-
Uses of RegistryWrapper.Impl in net.minecraft.item
Methods in net.minecraft.item with parameters of type RegistryWrapper.ImplModifier and TypeMethodDescriptionprivate static voidItemGroups.addPaintings(ItemGroup.Entries entries, RegistryWrapper.Impl<PaintingVariant> registryWrapper, Predicate<RegistryEntry<PaintingVariant>> predicate, ItemGroup.StackVisibility visibility) -
Uses of RegistryWrapper.Impl in net.minecraft.registry
Classes in net.minecraft.registry that implement RegistryWrapper.ImplFields in net.minecraft.registry declared as RegistryWrapper.ImplMethods in net.minecraft.registry that return RegistryWrapper.ImplModifier and TypeMethodDescriptionprotected abstract RegistryWrapper.Impl<T>RegistryWrapper.Impl.Delegating.getBase()Registry.getReadOnlyWrapper()Returns a registry wrapper that does not mutate the backing registry under any circumstances.SimpleRegistry.getReadOnlyWrapper()Returns a registry wrapper that does not mutate the backing registry under any circumstances.default RegistryWrapper.Impl<T>Registry.getTagCreatingWrapper()Returns a registry wrapper that creates and stores a new registry entry list when handling an unknown tag key.default <T> RegistryWrapper.Impl<T>RegistryWrapper.WrapperLookup.getWrapperOrThrow(RegistryKey<? extends Registry<? extends T>> registryRef) (package private) static <T> RegistryWrapper.Impl<T>RegistryBuilder.method_55283(RegistryKey<? extends Registry<? extends T>> registryKey, com.mojang.serialization.Lifecycle lifecycle, Map<RegistryKey<T>, RegistryEntry.Reference<T>> map) private <T> RegistryWrapper.Impl<T>RegistryBuilder.method_55286(RegistryEntryOwner<T> registryEntryOwner, class_8990.class_8991 class_8991, RegistryKey<? extends Registry<? extends T>> registryKey, RegistryWrapper.WrapperLookup wrapperLookup, RegistryWrapper.WrapperLookup wrapperLookup2, MutableObject<RegistryWrapper.WrapperLookup> mutableObject) RegistryBuilder.InitializedRegistry.toWrapper(RegistryBuilder.AnyOwner anyOwner) Methods in net.minecraft.registry that return types with arguments of type RegistryWrapper.ImplModifier and TypeMethodDescriptiondefault <T> Optional<RegistryWrapper.Impl<T>>DynamicRegistryManager.getOptionalWrapper(RegistryKey<? extends Registry<? extends T>> registryRef) <T> Optional<RegistryWrapper.Impl<T>>RegistryWrapper.WrapperLookup.getOptionalWrapper(RegistryKey<? extends Registry<? extends T>> registryRef) Methods in net.minecraft.registry with parameters of type RegistryWrapper.ImplModifier and TypeMethodDescription(package private) static <T> RegistryEntryLookup<T>RegistryBuilder.toLookup(RegistryWrapper.Impl<T> wrapper) Method parameters in net.minecraft.registry with type arguments of type RegistryWrapper.ImplModifier and TypeMethodDescriptionprivate static RegistryWrapper.WrapperLookupRegistryBuilder.method_55290(DynamicRegistryManager dynamicRegistryManager, Stream<RegistryWrapper.Impl<?>> stream) RegistryWrapper.WrapperLookup.of(Stream<RegistryWrapper.Impl<?>> wrappers)