Uses of Interface
net.minecraft.registry.RegistryWrapper.WrapperLookup
Package
Description
-
Uses of RegistryWrapper.WrapperLookup in net.minecraft.client.gui.screen.ingame
Modifier and TypeMethodDescriptionprivate void
CreativeInventoryScreen.updateDisplayParameters
(FeatureSet enabledFeatures, boolean showOperatorTab, RegistryWrapper.WrapperLookup lookup) -
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<AdvancementEntry> exporter) ModifierConstructorDescriptionAdvancementProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture, List<AdvancementTabGenerator> tabGenerators) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.data.server.advancement.onetwentyone
Modifier and TypeMethodDescriptionvoid
OneTwentyOneAdventureTabAdvancementGenerator.accept
(RegistryWrapper.WrapperLookup lookup, Consumer<AdvancementEntry> exporter) Modifier and TypeMethodDescriptionstatic AdvancementProvider
OneTwentyOneAdvancementProviders.createOneTwentyOneProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.data.server.advancement.vanilla
Modifier and TypeMethodDescriptionvoid
VanillaAdventureTabAdvancementGenerator.accept
(RegistryWrapper.WrapperLookup lookup, Consumer<AdvancementEntry> exporter) void
VanillaEndTabAdvancementGenerator.accept
(RegistryWrapper.WrapperLookup lookup, Consumer<AdvancementEntry> exporter) void
VanillaHusbandryTabAdvancementGenerator.accept
(RegistryWrapper.WrapperLookup lookup, Consumer<AdvancementEntry> exporter) void
VanillaNetherTabAdvancementGenerator.accept
(RegistryWrapper.WrapperLookup lookup, Consumer<AdvancementEntry> exporter) void
VanillaStoryTabAdvancementGenerator.accept
(RegistryWrapper.WrapperLookup lookup, Consumer<AdvancementEntry> exporter) Modifier and TypeMethodDescriptionstatic AdvancementProvider
VanillaAdvancementProviders.createVanillaProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.data.server.tag
Modifier and TypeFieldDescriptionprivate final CompletableFuture<RegistryWrapper.WrapperLookup>
TagProvider.registryLookupFuture
Modifier and TypeMethodDescriptionprotected CompletableFuture<RegistryWrapper.WrapperLookup>
ItemTagProvider.getRegistryLookupFuture()
protected CompletableFuture<RegistryWrapper.WrapperLookup>
TagProvider.getRegistryLookupFuture()
Modifier and TypeMethodDescriptionprotected abstract void
TagProvider.configure
(RegistryWrapper.WrapperLookup lookup) ModifierConstructorDescriptionItemTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture, CompletableFuture<TagProvider.TagLookup<Block>> blockTagLookupFuture) ItemTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture, CompletableFuture<TagProvider.TagLookup<Item>> parentTagLookupFuture, CompletableFuture<TagProvider.TagLookup<Block>> blockTagLookupFuture) protected
TagProvider
(DataOutput output, RegistryKey<? extends Registry<T>> registryRef, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) protected
TagProvider
(DataOutput output, RegistryKey<? extends Registry<T>> registryRef, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture, CompletableFuture<TagProvider.TagLookup<T>> parentTagLookupFuture) ValueLookupTagProvider
(DataOutput output, RegistryKey<? extends Registry<T>> registryRef, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture, CompletableFuture<TagProvider.TagLookup<T>> parentTagLookupFuture, Function<T, RegistryKey<T>> valueToKey) ValueLookupTagProvider
(DataOutput output, RegistryKey<? extends Registry<T>> registryRef, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture, Function<T, RegistryKey<T>> valueToKey) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.data.server.tag.onetwentyone
Modifier and TypeMethodDescriptionprotected void
OneTwentyOneBiomeTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
OneTwentyOneBlockTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
OneTwentyOneDamageTypeTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
OneTwentyOneEntityTypeTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
OneTwentyOneItemTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) ModifierConstructorDescriptionOneTwentyOneBiomeTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture, CompletableFuture<TagProvider.TagLookup<Biome>> biomeTagLookupFuture) OneTwentyOneBlockTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture, CompletableFuture<TagProvider.TagLookup<Block>> blockTagLookupFuture) OneTwentyOneDamageTypeTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) OneTwentyOneEntityTypeTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) OneTwentyOneItemTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture, CompletableFuture<TagProvider.TagLookup<Item>> parentTagLookupFuture, CompletableFuture<TagProvider.TagLookup<Block>> blockTagLookupFuture) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.data.server.tag.rebalance
Modifier and TypeMethodDescriptionprotected void
RebalanceStructureTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) ModifierConstructorDescriptionRebalanceStructureTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.data.server.tag.vanilla
Modifier and TypeMethodDescriptionprotected void
VanillaBannerPatternTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
VanillaBiomeTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
VanillaBlockTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
VanillaCatVariantTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
VanillaDamageTypeTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
VanillaEntityTypeTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
VanillaFlatLevelGeneratorPresetTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
VanillaFluidTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
VanillaGameEventTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
VanillaInstrumentTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
VanillaItemTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
VanillaPaintingVariantTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
VanillaPointOfInterestTypeTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
VanillaStructureTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) protected void
VanillaWorldPresetTagProvider.configure
(RegistryWrapper.WrapperLookup lookup) ModifierConstructorDescriptionVanillaBannerPatternTagProvider
(DataOutput dataGenerator, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) VanillaBiomeTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) VanillaBlockTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) VanillaCatVariantTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) VanillaDamageTypeTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> maxChainedNeighborUpdates) VanillaEntityTypeTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) VanillaFlatLevelGeneratorPresetTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) VanillaFluidTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) VanillaGameEventTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) VanillaInstrumentTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) VanillaItemTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture, CompletableFuture<TagProvider.TagLookup<Block>> blockTagLookupFuture) VanillaPaintingVariantTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) VanillaPointOfInterestTypeTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) VanillaStructureTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) VanillaWorldPresetTagProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registryLookupFuture) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.item
Modifier and TypeFieldDescriptionprivate final RegistryWrapper.WrapperLookup
ItemGroup.DisplayContext.lookup
The field for thelookup
record component.Modifier and TypeMethodDescriptionItemGroup.DisplayContext.lookup()
Returns the value of thelookup
record component.Modifier and TypeMethodDescriptionboolean
ItemGroup.DisplayContext.doesNotMatch
(FeatureSet enabledFeatures, boolean hasPermissions, RegistryWrapper.WrapperLookup lookup) static boolean
ItemGroups.updateDisplayContext
(FeatureSet enabledFeatures, boolean operatorEnabled, RegistryWrapper.WrapperLookup lookup) ModifierConstructorDescriptionDisplayContext
(FeatureSet featureSet, boolean bool, RegistryWrapper.WrapperLookup wrapperLookup) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.registry
Modifier and TypeInterfaceDescriptioninterface
A manager of dynamic registries.static interface
Modifier and TypeFieldDescriptionprivate final RegistryWrapper.WrapperLookup
RegistryBuilder.FullPatchesRegistriesPair.full
The field for thefull
record component.private final RegistryWrapper.WrapperLookup
RegistryBuilder.FullPatchesRegistriesPair.patches
The field for thepatches
record component.Modifier and TypeMethodDescriptionprivate RegistryWrapper.WrapperLookup
RegistryBuilder.createFullWrapperLookup
(DynamicRegistryManager registryManager, RegistryWrapper.WrapperLookup base, RegistryCloner.CloneableRegistries cloneableRegistries, Map<RegistryKey<? extends Registry<?>>, RegistryBuilder.InitializedRegistry<?>> initializedRegistries, RegistryWrapper.WrapperLookup patches) BuiltinRegistries.createWrapperLookup()
RegistryBuilder.createWrapperLookup
(DynamicRegistryManager registryManager) private static RegistryWrapper.WrapperLookup
RegistryBuilder.createWrapperLookup
(DynamicRegistryManager registryManager, Stream<RegistryWrapper.Impl<?>> additionalRegistries) RegistryBuilder.FullPatchesRegistriesPair.full()
Returns the value of thefull
record component.RegistryWrapper.WrapperLookup.of
(Stream<RegistryWrapper.Impl<?>> wrappers) RegistryBuilder.FullPatchesRegistriesPair.patches()
Returns the value of thepatches
record component.Modifier and TypeMethodDescriptionprivate <T> RegistryWrapper.Impl<T>
RegistryBuilder.applyPatches
(RegistryEntryOwner<T> owner, RegistryCloner.CloneableRegistries cloneableRegistries, RegistryKey<? extends Registry<? extends T>> registryRef, RegistryWrapper.WrapperLookup patches, RegistryWrapper.WrapperLookup base, MutableObject<RegistryWrapper.WrapperLookup> lazyWrapper) RegistryCloner.clone
(T value, RegistryWrapper.WrapperLookup subsetRegistry, RegistryWrapper.WrapperLookup fullRegistry) private RegistryWrapper.WrapperLookup
RegistryBuilder.createFullWrapperLookup
(DynamicRegistryManager registryManager, RegistryWrapper.WrapperLookup base, RegistryCloner.CloneableRegistries cloneableRegistries, Map<RegistryKey<? extends Registry<?>>, RegistryBuilder.InitializedRegistry<?>> initializedRegistries, RegistryWrapper.WrapperLookup patches) RegistryBuilder.createWrapperLookup
(DynamicRegistryManager baseRegistryManager, RegistryWrapper.WrapperLookup wrapperLookup, RegistryCloner.CloneableRegistries cloneableRegistries) static <T> RegistryOps<T>
RegistryOps.of
(com.mojang.serialization.DynamicOps<T> delegate, RegistryWrapper.WrapperLookup wrapperLookup) private static void
BuiltinRegistries.validate
(RegistryWrapper.WrapperLookup wrapperLookup) Modifier and TypeMethodDescriptionprivate <T> RegistryWrapper.Impl<T>
RegistryBuilder.applyPatches
(RegistryEntryOwner<T> owner, RegistryCloner.CloneableRegistries cloneableRegistries, RegistryKey<? extends Registry<? extends T>> registryRef, RegistryWrapper.WrapperLookup patches, RegistryWrapper.WrapperLookup base, MutableObject<RegistryWrapper.WrapperLookup> lazyWrapper) OneTwentyOneBuiltinRegistries.createWrapperLookup
(CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) ExperimentalRegistriesValidator.validate
(CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture, RegistryBuilder builder) ModifierConstructorDescriptionFullPatchesRegistriesPair
(RegistryWrapper.WrapperLookup wrapperLookup, RegistryWrapper.WrapperLookup wrapperLookup2) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.server.command
Modifier and TypeMethodDescriptionstatic CommandRegistryAccess
CommandManager.createRegistryAccess
(RegistryWrapper.WrapperLookup registryLookup)