Uses of Interface
net.minecraft.registry.RegistryWrapper.WrapperLookup
Package
Description
-
Uses of RegistryWrapper.WrapperLookup in net.minecraft.command
Modifier and TypeMethodDescriptionstatic CommandRegistryAccess
CommandRegistryAccess.of
(RegistryWrapper.WrapperLookup wrapperLookup, FeatureSet enabledFeatures) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.data
Modifier and TypeMethodDescriptionprivate static <T extends DataProvider>
DataProvider.Factory<T>Main.toFactory
(BiFunction<DataOutput, CompletableFuture<RegistryWrapper.WrapperLookup>, T> baseFactory, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) private static <T extends DataProvider>
DataProvider.Factory<T>Main.toFactory
(BiFunction<DataOutput, CompletableFuture<RegistryWrapper.WrapperLookup>, T> baseFactory, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.data.report
Modifier and TypeFieldDescriptionprivate final CompletableFuture<RegistryWrapper.WrapperLookup>
CommandSyntaxProvider.registryLookupFuture
private final CompletableFuture<RegistryWrapper.WrapperLookup>
DynamicRegistriesProvider.registryLookupFuture
Modifier and TypeMethodDescriptionprivate <T> Optional<CompletableFuture<?>>
DynamicRegistriesProvider.writeRegistryEntries
(DataWriter writer, RegistryWrapper.WrapperLookup lookup, com.mojang.serialization.DynamicOps<JsonElement> ops, RegistryLoader.Entry<T> registry) ModifierConstructorDescriptionCommandSyntaxProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) DynamicRegistriesProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.data.server
Modifier and TypeFieldDescriptionprivate final CompletableFuture<RegistryWrapper.WrapperLookup>
BiomeParametersProvider.registryLookupFuture
ModifierConstructorDescriptionBiomeParametersProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.data.server.advancement
Modifier and TypeFieldDescriptionprivate final CompletableFuture<RegistryWrapper.WrapperLookup>
AdvancementProvider.registryLookupFuture
Modifier and TypeMethodDescriptionvoid
AdvancementTabGenerator.accept
(RegistryWrapper.WrapperLookup lookup, Consumer<Advancement> exporter) void
AdventureTabAdvancementGenerator.accept
(RegistryWrapper.WrapperLookup lookup, Consumer<Advancement> exporter) void
EndTabAdvancementGenerator.accept
(RegistryWrapper.WrapperLookup lookup, Consumer<Advancement> exporter) void
HusbandryTabAdvancementGenerator.accept
(RegistryWrapper.WrapperLookup lookup, Consumer<Advancement> exporter) void
NetherTabAdvancementGenerator.accept
(RegistryWrapper.WrapperLookup lookup, Consumer<Advancement> exporter) void
OneTwentyHusbandryTabAdvancementGenerator.accept
(RegistryWrapper.WrapperLookup lookup, Consumer<Advancement> exporter) void
StoryTabAdvancementGenerator.accept
(RegistryWrapper.WrapperLookup lookup, Consumer<Advancement> exporter) Modifier and TypeMethodDescriptionstatic AdvancementProvider
OneTwentyAdvancementProviders.createOneTwentyProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) static AdvancementProvider
VanillaAdvancementProviders.createVanillaProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) ModifierConstructorDescriptionAdvancementProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture, List<AdvancementTabGenerator> tabGenerators) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.data.server.tag
Modifier and TypeFieldDescriptionprotected final CompletableFuture<RegistryWrapper.WrapperLookup>
AbstractTagProvider.registryLookupFuture
Modifier and TypeMethodDescriptionprotected abstract void
AbstractTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
BannerPatternTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
BiomeTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
CatVariantTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
EntityTypeTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
FlatLevelGeneratorPresetTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
FluidTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
GameEventTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
InstrumentTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
OneTwentyBlockTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
OneTwentyItemTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
PaintingVariantTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
PointOfInterestTypeTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
StructureTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
VanillaBlockTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
VanillaItemTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
WorldPresetTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) ModifierConstructorDescriptionAbstractItemTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture, AbstractTagProvider<Block> blockTagProvider) protected
AbstractTagProvider
(DataOutput output, RegistryKey<? extends Registry<T>> registryRef, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) BannerPatternTagProvider
(DataOutput dataGenerator, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) BiomeTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) CatVariantTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) EntityTypeTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) FlatLevelGeneratorPresetTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) FluidTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) GameEventTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) InstrumentTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) OneTwentyBlockTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) OneTwentyItemTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture, AbstractTagProvider<Block> blockTagProvider) PaintingVariantTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) PointOfInterestTypeTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) StructureTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) ValueLookupTagProvider
(DataOutput output, RegistryKey<? extends Registry<T>> registryRef, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture, Function<T, RegistryKey<T>> valueToKey) VanillaBlockTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) VanillaItemTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture, AbstractTagProvider<Block> blockTagProvider) WorldPresetTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.registry
Modifier and TypeInterfaceDescriptioninterface
A manager of dynamic registries.static interface
Modifier and TypeMethodDescriptionBuiltinRegistries.createWrapperLookup()
RegistryBuilder.createWrapperLookup
(DynamicRegistryManager baseRegistryManager) RegistryBuilder.createWrapperLookup
(DynamicRegistryManager baseRegistryManager, RegistryWrapper.WrapperLookup wrapperLookup) RegistryWrapper.WrapperLookup.of
(Stream<RegistryWrapper.Impl<?>> wrappers) Modifier and TypeMethodDescriptionRegistryBuilder.createWrapperLookup
(DynamicRegistryManager baseRegistryManager, RegistryWrapper.WrapperLookup wrapperLookup) static <T> RegistryOps<T>
RegistryOps.of
(com.mojang.serialization.DynamicOps<T> delegate, RegistryWrapper.WrapperLookup wrapperLookup) void
RegistryBuilder.Registries.setReferenceEntryValues
(RegistryWrapper.WrapperLookup lookup) private static void
BuiltinRegistries.validate
(RegistryWrapper.WrapperLookup wrapperLookup) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.server.command
Modifier and TypeMethodDescriptionstatic CommandRegistryAccess
CommandManager.createRegistryAccess
(RegistryWrapper.WrapperLookup registryLookup)