Uses of Interface
net.minecraft.util.registry.RegistryWrapper.WrapperLookup
Packages that use RegistryWrapper.WrapperLookup
Package
Description
The base package for all Minecraft classes.
Contains the registry, used to register various in-game components, and related classes.
-
Uses of RegistryWrapper.WrapperLookup in net.minecraft
Constructor parameters in net.minecraft with type arguments of type RegistryWrapper.WrapperLookupModifierConstructorDescriptionclass_7889(DataOutput dataOutput, RegistryKey<? extends Registry<T>> registryKey, CompletableFuture<RegistryWrapper.WrapperLookup> completableFuture, Function<T, RegistryKey<T>> function) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.command
Methods in net.minecraft.command with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionstatic CommandRegistryAccessCommandRegistryAccess.of(RegistryWrapper.WrapperLookup wrapperLookup, FeatureSet enabledFeatures) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.data
Method parameters in net.minecraft.data with type arguments of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionprivate static <T extends DataProvider>
DataProvider.Factory<T>Main.method_46839(BiFunction<DataOutput, CompletableFuture<RegistryWrapper.WrapperLookup>, T> biFunction, CompletableFuture<RegistryWrapper.WrapperLookup> completableFuture) private static <T extends DataProvider>
DataProvider.Factory<T>Main.method_46839(BiFunction<DataOutput, CompletableFuture<RegistryWrapper.WrapperLookup>, T> biFunction, CompletableFuture<RegistryWrapper.WrapperLookup> completableFuture) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.data.report
Fields in net.minecraft.data.report with type parameters of type RegistryWrapper.WrapperLookupModifier and TypeFieldDescriptionprivate final CompletableFuture<RegistryWrapper.WrapperLookup>CommandSyntaxProvider.field_40951private final CompletableFuture<RegistryWrapper.WrapperLookup>WorldgenProvider.field_40952Methods in net.minecraft.data.report with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionprivate <T> Optional<CompletableFuture<?>>WorldgenProvider.writeRegistryEntries(DataWriter writer, RegistryWrapper.WrapperLookup wrapperLookup, com.mojang.serialization.DynamicOps<JsonElement> ops, RegistryLoader.Entry<T> registry) Constructor parameters in net.minecraft.data.report with type arguments of type RegistryWrapper.WrapperLookupModifierConstructorDescriptionCommandSyntaxProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> completableFuture) WorldgenProvider(DataOutput dataOutput, CompletableFuture<RegistryWrapper.WrapperLookup> completableFuture) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.data.server
Fields in net.minecraft.data.server with type parameters of type RegistryWrapper.WrapperLookupModifier and TypeFieldDescriptionprivate final CompletableFuture<RegistryWrapper.WrapperLookup>BiomeParametersProvider.field_40950Constructor parameters in net.minecraft.data.server with type arguments of type RegistryWrapper.WrapperLookupModifierConstructorDescriptionBiomeParametersProvider(DataOutput dataGenerator, CompletableFuture<RegistryWrapper.WrapperLookup> completableFuture) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.data.server.advancement
Fields in net.minecraft.data.server.advancement with type parameters of type RegistryWrapper.WrapperLookupModifier and TypeFieldDescriptionprivate final CompletableFuture<RegistryWrapper.WrapperLookup>AdvancementProvider.field_40949Methods in net.minecraft.data.server.advancement with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionvoidAdvancementTabGenerator.accept(RegistryWrapper.WrapperLookup wrapperLookup, Consumer<Advancement> consumer) voidAdventureTabAdvancementGenerator.accept(RegistryWrapper.WrapperLookup wrapperLookup, Consumer<Advancement> consumer) voidEndTabAdvancementGenerator.accept(RegistryWrapper.WrapperLookup wrapperLookup, Consumer<Advancement> consumer) voidHusbandryTabAdvancementGenerator.accept(RegistryWrapper.WrapperLookup wrapperLookup, Consumer<Advancement> consumer) voidNetherTabAdvancementGenerator.accept(RegistryWrapper.WrapperLookup wrapperLookup, Consumer<Advancement> consumer) voidStoryTabAdvancementGenerator.accept(RegistryWrapper.WrapperLookup wrapperLookup, Consumer<Advancement> consumer) Method parameters in net.minecraft.data.server.advancement with type arguments of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionstatic AdvancementProviderVanillaAdvancementProviders.createVanillaProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> completableFuture) Constructor parameters in net.minecraft.data.server.advancement with type arguments of type RegistryWrapper.WrapperLookupModifierConstructorDescriptionAdvancementProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> completableFuture, List<AdvancementTabGenerator> list) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.data.server.tag
Fields in net.minecraft.data.server.tag with type parameters of type RegistryWrapper.WrapperLookupModifier and TypeFieldDescriptionprotected final CompletableFuture<RegistryWrapper.WrapperLookup>AbstractTagProvider.field_40956Methods in net.minecraft.data.server.tag with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionprotected abstract voidAbstractTagProvider.configure(RegistryWrapper.WrapperLookup wrapperLookup) protected voidBannerPatternTagProvider.configure(RegistryWrapper.WrapperLookup wrapperLookup) protected voidBiomeTagProvider.configure(RegistryWrapper.WrapperLookup wrapperLookup) protected voidCatVariantTagProvider.configure(RegistryWrapper.WrapperLookup wrapperLookup) protected voidEntityTypeTagProvider.configure(RegistryWrapper.WrapperLookup wrapperLookup) protected voidFlatLevelGeneratorPresetTagProvider.configure(RegistryWrapper.WrapperLookup wrapperLookup) protected voidFluidTagProvider.configure(RegistryWrapper.WrapperLookup wrapperLookup) protected voidGameEventTagProvider.configure(RegistryWrapper.WrapperLookup wrapperLookup) protected voidInstrumentTagProvider.configure(RegistryWrapper.WrapperLookup wrapperLookup) protected voidOneTwentyBlockTagProvider.configure(RegistryWrapper.WrapperLookup wrapperLookup) protected voidOneTwentyItemTagProvider.configure(RegistryWrapper.WrapperLookup wrapperLookup) protected voidPaintingVariantTagProvider.configure(RegistryWrapper.WrapperLookup wrapperLookup) protected voidPointOfInterestTypeTagProvider.configure(RegistryWrapper.WrapperLookup wrapperLookup) protected voidStructureTagProvider.configure(RegistryWrapper.WrapperLookup wrapperLookup) protected voidVanillaBlockTagProvider.configure(RegistryWrapper.WrapperLookup wrapperLookup) protected voidVanillaItemTagProvider.configure(RegistryWrapper.WrapperLookup wrapperLookup) protected voidWorldPresetTagProvider.configure(RegistryWrapper.WrapperLookup wrapperLookup) Constructor parameters in net.minecraft.data.server.tag with type arguments of type RegistryWrapper.WrapperLookupModifierConstructorDescriptionAbstractItemTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> completableFuture, AbstractTagProvider<Block> abstractTagProvider) protectedAbstractTagProvider(DataOutput root, RegistryKey<? extends Registry<T>> registryKey, CompletableFuture<RegistryWrapper.WrapperLookup> completableFuture) BannerPatternTagProvider(DataOutput dataGenerator, CompletableFuture<RegistryWrapper.WrapperLookup> completableFuture) BiomeTagProvider(DataOutput dataGenerator, CompletableFuture<RegistryWrapper.WrapperLookup> completableFuture) CatVariantTagProvider(DataOutput dataGenerator, CompletableFuture<RegistryWrapper.WrapperLookup> completableFuture) EntityTypeTagProvider(DataOutput root, CompletableFuture<RegistryWrapper.WrapperLookup> completableFuture) FlatLevelGeneratorPresetTagProvider(DataOutput dataGenerator, CompletableFuture<RegistryWrapper.WrapperLookup> completableFuture) FluidTagProvider(DataOutput root, CompletableFuture<RegistryWrapper.WrapperLookup> completableFuture) GameEventTagProvider(DataOutput root, CompletableFuture<RegistryWrapper.WrapperLookup> completableFuture) InstrumentTagProvider(DataOutput dataGenerator, CompletableFuture<RegistryWrapper.WrapperLookup> completableFuture) OneTwentyBlockTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> completableFuture) OneTwentyItemTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> completableFuture, AbstractTagProvider<Block> abstractTagProvider) PaintingVariantTagProvider(DataOutput dataGenerator, CompletableFuture<RegistryWrapper.WrapperLookup> completableFuture) PointOfInterestTypeTagProvider(DataOutput dataGenerator, CompletableFuture<RegistryWrapper.WrapperLookup> completableFuture) StructureTagProvider(DataOutput dataGenerator, CompletableFuture<RegistryWrapper.WrapperLookup> completableFuture) VanillaBlockTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> completableFuture) VanillaItemTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> completableFuture, AbstractTagProvider<Block> abstractTagProvider) WorldPresetTagProvider(DataOutput dataGenerator, CompletableFuture<RegistryWrapper.WrapperLookup> completableFuture) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionstatic CommandRegistryAccessCommandManager.method_46732(RegistryWrapper.WrapperLookup wrapperLookup) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.util.dynamic
Methods in net.minecraft.util.dynamic with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionstatic <T> RegistryOps<T>RegistryOps.of(com.mojang.serialization.DynamicOps<T> delegate, RegistryWrapper.WrapperLookup wrapperLookup) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.util.registry
Subinterfaces of RegistryWrapper.WrapperLookup in net.minecraft.util.registryModifier and TypeInterfaceDescriptioninterfaceA manager of dynamic registries.static interfaceClasses in net.minecraft.util.registry that implement RegistryWrapper.WrapperLookupMethods in net.minecraft.util.registry that return RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionBuiltinRegistries.createWrapperLookup()RegistryBuilder.createWrapperLookup(DynamicRegistryManager baseRegistryManager) RegistryBuilder.createWrapperLookup(DynamicRegistryManager baseRegistryManager, RegistryWrapper.WrapperLookup wrapperLookup) RegistryWrapper.WrapperLookup.of(Stream<RegistryWrapper.Impl<?>> wrappers) Methods in net.minecraft.util.registry with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionRegistryBuilder.createWrapperLookup(DynamicRegistryManager baseRegistryManager, RegistryWrapper.WrapperLookup wrapperLookup) voidRegistryBuilder.Registries.setReferenceEntryValues(RegistryWrapper.WrapperLookup lookup) private static voidBuiltinRegistries.validate(RegistryWrapper.WrapperLookup wrapperLookup)