Uses of Interface
net.minecraft.registry.RegistryWrapper.WrapperLookup
Packages that use RegistryWrapper.WrapperLookup
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of RegistryWrapper.WrapperLookup in net.minecraft.block.entity
Methods in net.minecraft.block.entity with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionfinal NbtCompoundBlockEntity.createComponentlessNbt(RegistryWrapper.WrapperLookup registries) static @Nullable BlockEntityBlockEntity.createFromNbt(BlockPos pos, BlockState state, NbtCompound nbt, RegistryWrapper.WrapperLookup registries) Returns the new block entity loaded fromnbt, ornullif it fails.final NbtCompoundBlockEntity.createNbt(RegistryWrapper.WrapperLookup registries) Returns the block entity's NBT data.final NbtCompoundBlockEntity.createNbtWithIdentifyingData(RegistryWrapper.WrapperLookup registries) Returns the block entity's NBT data with identifying data.BannerBlockEntity.toInitialChunkDataNbt(RegistryWrapper.WrapperLookup registries) Returns the serialized state of this block entity that is observable by clients.BeaconBlockEntity.toInitialChunkDataNbt(RegistryWrapper.WrapperLookup registries) Returns the serialized state of this block entity that is observable by clients.BlockEntity.toInitialChunkDataNbt(RegistryWrapper.WrapperLookup registries) Returns the serialized state of this block entity that is observable by clients.BrushableBlockEntity.toInitialChunkDataNbt(RegistryWrapper.WrapperLookup registries) Returns the serialized state of this block entity that is observable by clients.CampfireBlockEntity.toInitialChunkDataNbt(RegistryWrapper.WrapperLookup registries) Returns the serialized state of this block entity that is observable by clients.ConduitBlockEntity.toInitialChunkDataNbt(RegistryWrapper.WrapperLookup registries) Returns the serialized state of this block entity that is observable by clients.CreakingHeartBlockEntity.toInitialChunkDataNbt(RegistryWrapper.WrapperLookup registries) Returns the serialized state of this block entity that is observable by clients.DecoratedPotBlockEntity.toInitialChunkDataNbt(RegistryWrapper.WrapperLookup registries) Returns the serialized state of this block entity that is observable by clients.EndGatewayBlockEntity.toInitialChunkDataNbt(RegistryWrapper.WrapperLookup registries) Returns the serialized state of this block entity that is observable by clients.JigsawBlockEntity.toInitialChunkDataNbt(RegistryWrapper.WrapperLookup registries) Returns the serialized state of this block entity that is observable by clients.MobSpawnerBlockEntity.toInitialChunkDataNbt(RegistryWrapper.WrapperLookup registries) Returns the serialized state of this block entity that is observable by clients.PistonBlockEntity.toInitialChunkDataNbt(RegistryWrapper.WrapperLookup registries) Returns the serialized state of this block entity that is observable by clients.ShelfBlockEntity.toInitialChunkDataNbt(RegistryWrapper.WrapperLookup registries) Returns the serialized state of this block entity that is observable by clients.SignBlockEntity.toInitialChunkDataNbt(RegistryWrapper.WrapperLookup registries) Returns the serialized state of this block entity that is observable by clients.SkullBlockEntity.toInitialChunkDataNbt(RegistryWrapper.WrapperLookup registries) Returns the serialized state of this block entity that is observable by clients.StructureBlockBlockEntity.toInitialChunkDataNbt(RegistryWrapper.WrapperLookup registries) Returns the serialized state of this block entity that is observable by clients.TestBlockEntity.toInitialChunkDataNbt(RegistryWrapper.WrapperLookup registries) Returns the serialized state of this block entity that is observable by clients.TestInstanceBlockEntity.toInitialChunkDataNbt(RegistryWrapper.WrapperLookup registries) Returns the serialized state of this block entity that is observable by clients.TrialSpawnerBlockEntity.toInitialChunkDataNbt(RegistryWrapper.WrapperLookup registries) Returns the serialized state of this block entity that is observable by clients.VaultBlockEntity.toInitialChunkDataNbt(RegistryWrapper.WrapperLookup registries) Returns the serialized state of this block entity that is observable by clients. -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.block.jukebox
Methods in net.minecraft.block.jukebox with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionstatic Optional<RegistryEntry<JukeboxSong>> JukeboxSong.getSongEntryFromStack(RegistryWrapper.WrapperLookup registries, ItemStack stack) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.client.gui.screen.ingame
Methods in net.minecraft.client.gui.screen.ingame with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionprivate booleanCreativeInventoryScreen.populateDisplay(@Nullable SearchManager searchManager, FeatureSet enabledFeatures, boolean showOperatorTab, RegistryWrapper.WrapperLookup registries) private voidCreativeInventoryScreen.updateDisplayParameters(FeatureSet enabledFeatures, boolean showOperatorTab, RegistryWrapper.WrapperLookup registries) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.client.option
Methods in net.minecraft.client.option with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionHotbarStorageEntry.deserialize(RegistryWrapper.WrapperLookup registries) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.client.search
Methods in net.minecraft.client.search with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionvoidSearchManager.addItemTooltipReloader(RegistryWrapper.WrapperLookup registries, List<ItemStack> stacks) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.command
Subinterfaces of RegistryWrapper.WrapperLookup in net.minecraft.commandModifier and TypeInterfaceDescriptioninterfaceA class that createsRegistryWrapperwith ability to set a policy on how to handle unrecognized tags.Methods in net.minecraft.command with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionstatic CommandRegistryAccessCommandRegistryAccess.of(RegistryWrapper.WrapperLookup registries, FeatureSet enabledFeatures) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.command.argument
Fields in net.minecraft.command.argument declared as RegistryWrapper.WrapperLookupModifier and TypeFieldDescriptionprivate final RegistryWrapper.WrapperLookupItemPredicateArgumentType.Context.registriesprivate final RegistryWrapper.WrapperLookupParticleEffectArgumentType.registriesprivate final RegistryWrapper.WrapperLookupRegistryEntryArgumentType.registriesMethods in net.minecraft.command.argument with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionItemStackArgument.asString(RegistryWrapper.WrapperLookup registries) private StringItemStackArgument.componentsAsString(RegistryWrapper.WrapperLookup registries) RegistryEntryArgumentType.DirectParser.parse(com.mojang.brigadier.ImmutableStringReader reader, RegistryWrapper.WrapperLookup registries, com.mojang.serialization.DynamicOps<O> ops, com.mojang.serialization.Codec<T> codec, RegistryWrapper.Impl<T> registryAccess) RegistryEntryArgumentType.EntryParser.parse(com.mojang.brigadier.ImmutableStringReader reader, RegistryWrapper.WrapperLookup registries, com.mojang.serialization.DynamicOps<O> ops, com.mojang.serialization.Codec<T> codec, RegistryWrapper.Impl<T> registryAccess) RegistryEntryArgumentType.ReferenceParser.parse(com.mojang.brigadier.ImmutableStringReader reader, RegistryWrapper.WrapperLookup registries, com.mojang.serialization.DynamicOps<O> ops, com.mojang.serialization.Codec<T> codec, RegistryWrapper.Impl<T> registryAccess) static ParticleEffectParticleEffectArgumentType.readParameters(com.mojang.brigadier.StringReader reader, RegistryWrapper.WrapperLookup registries) private static <T extends ParticleEffect,O>
TParticleEffectArgumentType.readParameters(StringNbtReader<O> snbtReader, com.mojang.brigadier.StringReader reader, ParticleType<T> particleType, RegistryWrapper.WrapperLookup registries) Constructors in net.minecraft.command.argument with parameters of type RegistryWrapper.WrapperLookupModifierConstructorDescription(package private)Context(RegistryWrapper.WrapperLookup registries) ItemStringReader(RegistryWrapper.WrapperLookup registries) privateStyleArgumentType(RegistryWrapper.WrapperLookup registries) privateTextArgumentType(RegistryWrapper.WrapperLookup registries) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.component.type
Methods in net.minecraft.component.type with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionprivate static booleanWrittenBookContentComponent.exceedsSerializedLengthLimit(Text text, RegistryWrapper.WrapperLookup registries) InstrumentComponent.getInstrument(RegistryWrapper.WrapperLookup registries) ProvidesTrimMaterialComponent.getMaterial(RegistryWrapper.WrapperLookup registries) private static <T> RegistryEntryList<T> ItemEnchantmentsComponent.getTooltipOrderList(RegistryWrapper.WrapperLookup registries, RegistryKey<Registry<T>> registryRef, TagKey<T> tooltipOrderTag) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.data
Fields in net.minecraft.data with type parameters of type RegistryWrapper.WrapperLookupModifier and TypeFieldDescriptionprivate final CompletableFuture<RegistryWrapper.WrapperLookup> DynamicRegistriesProvider.registriesFutureMethods in net.minecraft.data with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionstatic <T> CompletableFuture<?> DataProvider.writeCodecToPath(DataWriter writer, RegistryWrapper.WrapperLookup registries, com.mojang.serialization.Codec<T> codec, T value, Path path) private <T> Optional<CompletableFuture<?>> DynamicRegistriesProvider.writeRegistryEntries(DataWriter writer, RegistryWrapper.WrapperLookup registries, com.mojang.serialization.DynamicOps<JsonElement> ops, RegistryLoader.Entry<T> registry) Method parameters in net.minecraft.data with type arguments of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionprivate static <T extends DataProvider>
DataProvider.Factory<T> Main.toFactory(BiFunction<DataOutput, CompletableFuture<RegistryWrapper.WrapperLookup>, T> baseFactory, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) private static <T extends DataProvider>
DataProvider.Factory<T> Main.toFactory(BiFunction<DataOutput, CompletableFuture<RegistryWrapper.WrapperLookup>, T> baseFactory, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) Constructor parameters in net.minecraft.data with type arguments of type RegistryWrapper.WrapperLookupModifierConstructorDescriptionDynamicRegistriesProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.data.advancement
Fields in net.minecraft.data.advancement with type parameters of type RegistryWrapper.WrapperLookupModifier and TypeFieldDescriptionprivate final CompletableFuture<RegistryWrapper.WrapperLookup> AdvancementProvider.registriesFutureMethods in net.minecraft.data.advancement with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionvoidAdvancementTabGenerator.accept(RegistryWrapper.WrapperLookup registries, Consumer<AdvancementEntry> exporter) Constructor parameters in net.minecraft.data.advancement with type arguments of type RegistryWrapper.WrapperLookupModifierConstructorDescriptionAdvancementProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture, List<AdvancementTabGenerator> tabGenerators) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.data.advancement.vanilla
Methods in net.minecraft.data.advancement.vanilla with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionvoidVanillaAdventureTabAdvancementGenerator.accept(RegistryWrapper.WrapperLookup registries, Consumer<AdvancementEntry> exporter) voidVanillaEndTabAdvancementGenerator.accept(RegistryWrapper.WrapperLookup registries, Consumer<AdvancementEntry> exporter) voidVanillaHusbandryTabAdvancementGenerator.accept(RegistryWrapper.WrapperLookup registries, Consumer<AdvancementEntry> exporter) voidVanillaNetherTabAdvancementGenerator.accept(RegistryWrapper.WrapperLookup registries, Consumer<AdvancementEntry> exporter) voidVanillaStoryTabAdvancementGenerator.accept(RegistryWrapper.WrapperLookup registries, Consumer<AdvancementEntry> exporter) protected static voidVanillaAdventureTabAdvancementGenerator.buildAdventuringTime(RegistryWrapper.WrapperLookup registries, Consumer<AdvancementEntry> exporter, AdvancementEntry parent, MultiNoiseBiomeSourceParameterList.Preset biomeSourceListPreset) protected static Advancement.BuilderVanillaAdventureTabAdvancementGenerator.requireListedBiomesVisited(Advancement.Builder builder, RegistryWrapper.WrapperLookup registries, List<RegistryKey<Biome>> biomes) Method parameters in net.minecraft.data.advancement.vanilla with type arguments of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionstatic AdvancementProviderVanillaAdvancementProviders.createVanillaProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.data.loottable
Fields in net.minecraft.data.loottable declared as RegistryWrapper.WrapperLookupModifier and TypeFieldDescriptionprotected final RegistryWrapper.WrapperLookupBlockLootTableGenerator.registriesprotected final RegistryWrapper.WrapperLookupEntityLootTableGenerator.registriesFields in net.minecraft.data.loottable with type parameters of type RegistryWrapper.WrapperLookupModifier and TypeFieldDescriptionprivate final Function<RegistryWrapper.WrapperLookup, LootTableGenerator> LootTableProvider.LootTypeGenerator.providerThe field for theproviderrecord component.private final CompletableFuture<RegistryWrapper.WrapperLookup> LootTableProvider.registriesFutureMethods in net.minecraft.data.loottable that return types with arguments of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionLootTableProvider.LootTypeGenerator.provider()Returns the value of theproviderrecord component.Methods in net.minecraft.data.loottable with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionprivate CompletableFuture<?> LootTableProvider.run(DataWriter writer, RegistryWrapper.WrapperLookup registries) Constructors in net.minecraft.data.loottable with parameters of type RegistryWrapper.WrapperLookupModifierConstructorDescriptionprotectedBlockLootTableGenerator(Set<Item> explosionImmuneItems, FeatureSet requiredFeatures, Map<RegistryKey<LootTable>, LootTable.Builder> lootTables, RegistryWrapper.WrapperLookup registries) protectedBlockLootTableGenerator(Set<Item> explosionImmuneItems, FeatureSet requiredFeatures, RegistryWrapper.WrapperLookup registries) protectedEntityLootTableGenerator(FeatureSet requiredFeatures, RegistryWrapper.WrapperLookup registries) protectedEntityLootTableGenerator(FeatureSet requiredFeatures, FeatureSet featureSet, RegistryWrapper.WrapperLookup registries) Constructor parameters in net.minecraft.data.loottable with type arguments of type RegistryWrapper.WrapperLookupModifierConstructorDescriptionLootTableProvider(DataOutput output, Set<RegistryKey<LootTable>> lootTableIds, List<LootTableProvider.LootTypeGenerator> lootTypeGenerators, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) LootTypeGenerator(Function<RegistryWrapper.WrapperLookup, LootTableGenerator> function, ContextType contextType) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.data.loottable.rebalance
Fields in net.minecraft.data.loottable.rebalance declared as RegistryWrapper.WrapperLookupModifier and TypeFieldDescriptionprivate final RegistryWrapper.WrapperLookupTradeRebalanceChestLootTableGenerator.registriesThe field for theregistriesrecord component.Methods in net.minecraft.data.loottable.rebalance that return RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionTradeRebalanceChestLootTableGenerator.registries()Returns the value of theregistriesrecord component.Method parameters in net.minecraft.data.loottable.rebalance with type arguments of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionstatic LootTableProviderTradeRebalanceLootTableProviders.createTradeRebalanceProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) Constructors in net.minecraft.data.loottable.rebalance with parameters of type RegistryWrapper.WrapperLookupModifierConstructorDescription -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.data.loottable.vanilla
Fields in net.minecraft.data.loottable.vanilla declared as RegistryWrapper.WrapperLookupModifier and TypeFieldDescriptionprivate final RegistryWrapper.WrapperLookupVanillaArchaeologyLootTableGenerator.registriesThe field for theregistriesrecord component.private final RegistryWrapper.WrapperLookupVanillaBarterLootTableGenerator.registriesThe field for theregistriesrecord component.private final RegistryWrapper.WrapperLookupVanillaBrushLootTableGenerator.registriesThe field for theregistriesrecord component.private final RegistryWrapper.WrapperLookupVanillaChargedCreeperLootTableGenerator.registriesThe field for theregistriesrecord component.private final RegistryWrapper.WrapperLookupVanillaChestLootTableGenerator.registriesThe field for theregistriesrecord component.private final RegistryWrapper.WrapperLookupVanillaEquipmentLootTableGenerator.registriesThe field for theregistriesrecord component.private final RegistryWrapper.WrapperLookupVanillaFishingLootTableGenerator.registriesThe field for theregistriesrecord component.private final RegistryWrapper.WrapperLookupVanillaGiftLootTableGenerator.registriesThe field for theregistriesrecord component.private final RegistryWrapper.WrapperLookupVanillaHarvestLootTableGenerator.registriesThe field for theregistriesrecord component.private final RegistryWrapper.WrapperLookupVanillaShearingLootTableGenerator.registriesThe field for theregistriesrecord component.Methods in net.minecraft.data.loottable.vanilla that return RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionVanillaArchaeologyLootTableGenerator.registries()Returns the value of theregistriesrecord component.VanillaBarterLootTableGenerator.registries()Returns the value of theregistriesrecord component.VanillaBrushLootTableGenerator.registries()Returns the value of theregistriesrecord component.VanillaChargedCreeperLootTableGenerator.registries()Returns the value of theregistriesrecord component.VanillaChestLootTableGenerator.registries()Returns the value of theregistriesrecord component.VanillaEquipmentLootTableGenerator.registries()Returns the value of theregistriesrecord component.VanillaFishingLootTableGenerator.registries()Returns the value of theregistriesrecord component.VanillaGiftLootTableGenerator.registries()Returns the value of theregistriesrecord component.VanillaHarvestLootTableGenerator.registries()Returns the value of theregistriesrecord component.VanillaShearingLootTableGenerator.registries()Returns the value of theregistriesrecord component.Method parameters in net.minecraft.data.loottable.vanilla with type arguments of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionstatic LootTableProviderVanillaLootTableProviders.createVanillaProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) Constructors in net.minecraft.data.loottable.vanilla with parameters of type RegistryWrapper.WrapperLookupModifierConstructorDescriptionVanillaBarterLootTableGenerator(RegistryWrapper.WrapperLookup wrapperLookup) VanillaBrushLootTableGenerator(RegistryWrapper.WrapperLookup wrapperLookup) VanillaChestLootTableGenerator(RegistryWrapper.WrapperLookup wrapperLookup) VanillaEquipmentLootTableGenerator(RegistryWrapper.WrapperLookup wrapperLookup) VanillaFishingLootTableGenerator(RegistryWrapper.WrapperLookup wrapperLookup) VanillaGiftLootTableGenerator(RegistryWrapper.WrapperLookup wrapperLookup) VanillaHarvestLootTableGenerator(RegistryWrapper.WrapperLookup wrapperLookup) VanillaShearingLootTableGenerator(RegistryWrapper.WrapperLookup wrapperLookup) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.data.recipe
Fields in net.minecraft.data.recipe declared as RegistryWrapper.WrapperLookupModifier and TypeFieldDescriptionprotected final RegistryWrapper.WrapperLookupRecipeGenerator.registriesFields in net.minecraft.data.recipe with type parameters of type RegistryWrapper.WrapperLookupModifier and TypeFieldDescriptionprivate final CompletableFuture<RegistryWrapper.WrapperLookup> RecipeGenerator.RecipeProvider.registriesFutureMethods in net.minecraft.data.recipe with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionprotected abstract RecipeGeneratorRecipeGenerator.RecipeProvider.getRecipeGenerator(RegistryWrapper.WrapperLookup registries, RecipeExporter exporter) protected RecipeGeneratorVanillaRecipeGenerator.Provider.getRecipeGenerator(RegistryWrapper.WrapperLookup registries, RecipeExporter exporter) Constructors in net.minecraft.data.recipe with parameters of type RegistryWrapper.WrapperLookupModifierConstructorDescriptionprotectedRecipeGenerator(RegistryWrapper.WrapperLookup registries, RecipeExporter exporter) (package private)VanillaRecipeGenerator(RegistryWrapper.WrapperLookup registries, RecipeExporter exporter) Constructor parameters in net.minecraft.data.recipe with type arguments of type RegistryWrapper.WrapperLookupModifierConstructorDescriptionProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) protectedRecipeProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) -
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> BiomeParametersProvider.registriesFutureprivate final CompletableFuture<RegistryWrapper.WrapperLookup> BlockListProvider.registriesFutureprivate final CompletableFuture<RegistryWrapper.WrapperLookup> CommandSyntaxProvider.registriesFutureprivate final CompletableFuture<RegistryWrapper.WrapperLookup> ItemListProvider.registriesFutureConstructor parameters in net.minecraft.data.report with type arguments of type RegistryWrapper.WrapperLookupModifierConstructorDescriptionBiomeParametersProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) BlockListProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) CommandSyntaxProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) ItemListProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.data.tag
Fields in net.minecraft.data.tag with type parameters of type RegistryWrapper.WrapperLookupModifier and TypeFieldDescriptionprivate final CompletableFuture<RegistryWrapper.WrapperLookup> TagProvider.registriesFutureMethods in net.minecraft.data.tag that return types with arguments of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionprotected CompletableFuture<RegistryWrapper.WrapperLookup> TagProvider.getRegistriesFuture()Methods in net.minecraft.data.tag with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionprotected abstract voidTagProvider.configure(RegistryWrapper.WrapperLookup registries) protected voidEnchantmentTagProvider.createTooltipOrderTag(RegistryWrapper.WrapperLookup registries, RegistryKey<Enchantment>[] enchantments) Constructor parameters in net.minecraft.data.tag with type arguments of type RegistryWrapper.WrapperLookupModifierConstructorDescriptionEnchantmentTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) protectedSimpleTagProvider(DataOutput output, RegistryKey<? extends Registry<T>> registryRef, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) protectedTagProvider(DataOutput output, RegistryKey<? extends Registry<T>> registryRef, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) protectedTagProvider(DataOutput output, RegistryKey<? extends Registry<T>> registryRef, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture, CompletableFuture<TagProvider.TagLookup<T>> parentTagLookupFuture) ValueLookupTagProvider(DataOutput output, RegistryKey<? extends Registry<T>> registryRef, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture, CompletableFuture<TagProvider.TagLookup<T>> parentTagLookupFuture, Function<T, RegistryKey<T>> valueToKey) ValueLookupTagProvider(DataOutput output, RegistryKey<? extends Registry<T>> registryRef, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture, Function<T, RegistryKey<T>> valueToKey) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.data.tag.rebalance
Methods in net.minecraft.data.tag.rebalance with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionprotected voidTradeRebalanceEnchantmentTagProvider.configure(RegistryWrapper.WrapperLookup registries) Constructor parameters in net.minecraft.data.tag.rebalance with type arguments of type RegistryWrapper.WrapperLookupModifierConstructorDescriptionTradeRebalanceEnchantmentTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.data.tag.vanilla
Methods in net.minecraft.data.tag.vanilla with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionprotected voidVanillaBannerPatternTagProvider.configure(RegistryWrapper.WrapperLookup registries) protected voidVanillaBiomeTagProvider.configure(RegistryWrapper.WrapperLookup registries) protected voidVanillaBlockTagProvider.configure(RegistryWrapper.WrapperLookup registries) protected voidVanillaDamageTypeTagProvider.configure(RegistryWrapper.WrapperLookup registries) protected voidVanillaDialogTagProvider.configure(RegistryWrapper.WrapperLookup registries) protected voidVanillaEnchantmentTagProvider.configure(RegistryWrapper.WrapperLookup registries) protected voidVanillaEntityTypeTagProvider.configure(RegistryWrapper.WrapperLookup registries) protected voidVanillaFlatLevelGeneratorPresetTagProvider.configure(RegistryWrapper.WrapperLookup registries) protected voidVanillaFluidTagProvider.configure(RegistryWrapper.WrapperLookup registries) protected voidVanillaGameEventTagProvider.configure(RegistryWrapper.WrapperLookup registries) protected voidVanillaInstrumentTagProvider.configure(RegistryWrapper.WrapperLookup registries) protected voidVanillaItemTagProvider.configure(RegistryWrapper.WrapperLookup registries) protected voidVanillaPaintingVariantTagProvider.configure(RegistryWrapper.WrapperLookup registries) protected voidVanillaPointOfInterestTypeTagProvider.configure(RegistryWrapper.WrapperLookup registries) protected voidVanillaStructureTagProvider.configure(RegistryWrapper.WrapperLookup registries) protected voidVanillaWorldPresetTagProvider.configure(RegistryWrapper.WrapperLookup registries) Constructor parameters in net.minecraft.data.tag.vanilla with type arguments of type RegistryWrapper.WrapperLookupModifierConstructorDescriptionVanillaBannerPatternTagProvider(DataOutput dataGenerator, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) VanillaBiomeTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) VanillaBlockTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) VanillaDamageTypeTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) VanillaDialogTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) VanillaEnchantmentTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) VanillaEntityTypeTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) VanillaFlatLevelGeneratorPresetTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) VanillaFluidTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) VanillaGameEventTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) VanillaInstrumentTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) VanillaItemTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) VanillaPaintingVariantTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) VanillaPointOfInterestTypeTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) VanillaStructureTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) VanillaWorldPresetTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionbooleanTypedEntityData.applyToBlockEntity(BlockEntity blockEntity, RegistryWrapper.WrapperLookup registryLookup) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.entity.boss
Methods in net.minecraft.entity.boss with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionvoidBossBarManager.readNbt(NbtCompound nbt, RegistryWrapper.WrapperLookup registries) BossBarManager.toNbt(RegistryWrapper.WrapperLookup registries) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.item
Fields in net.minecraft.item declared as RegistryWrapper.WrapperLookupModifier and TypeFieldDescriptionprivate final RegistryWrapper.WrapperLookupItemGroup.DisplayContext.lookupThe field for thelookuprecord component.Methods in net.minecraft.item that return RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionItem.TooltipContext.getRegistryLookup()ItemGroup.DisplayContext.lookup()Returns the value of thelookuprecord component.Methods in net.minecraft.item with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionprivate static voidItemGroups.addPaintings(ItemGroup.Entries entries, RegistryWrapper.WrapperLookup registries, RegistryWrapper.Impl<PaintingVariant> registryWrapper, Predicate<RegistryEntry<PaintingVariant>> filter, ItemGroup.StackVisibility stackVisibility) static Item.TooltipContextItem.TooltipContext.create(RegistryWrapper.WrapperLookup registries) static FuelRegistryFuelRegistry.createDefault(RegistryWrapper.WrapperLookup registries, FeatureSet enabledFeatures) static FuelRegistryFuelRegistry.createDefault(RegistryWrapper.WrapperLookup registries, FeatureSet enabledFeatures, int itemSmeltTime) booleanItemGroup.DisplayContext.doesNotMatch(FeatureSet enabledFeatures, boolean hasPermissions, RegistryWrapper.WrapperLookup registries) private Optional<RegistryEntry<Instrument>> GoatHornItem.getInstrument(ItemStack stack, RegistryWrapper.WrapperLookup registries) static booleanItemGroups.updateDisplayContext(FeatureSet enabledFeatures, boolean operatorEnabled, RegistryWrapper.WrapperLookup registries) Constructors in net.minecraft.item with parameters of type RegistryWrapper.WrapperLookupModifierConstructorDescriptionBuilder(RegistryWrapper.WrapperLookup registries, FeatureSet enabledFeatures) DisplayContext(FeatureSet featureSet, boolean bool, RegistryWrapper.WrapperLookup wrapperLookup) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.item.equipment.trim
Methods in net.minecraft.item.equipment.trim with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionstatic Optional<RegistryEntry<ArmorTrimMaterial>> ArmorTrimMaterials.get(RegistryWrapper.WrapperLookup registries, ItemStack stack) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.loot.condition
Methods in net.minecraft.loot.condition with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionstatic LootCondition.BuilderRandomChanceWithEnchantedBonusLootCondition.builder(RegistryWrapper.WrapperLookup registries, float base, float perLevelAboveFirst) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.loot.function
Methods in net.minecraft.loot.function with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionEnchantedCountIncreaseLootFunction.builder(RegistryWrapper.WrapperLookup registries, LootNumberProvider count) EnchantRandomlyLootFunction.builder(RegistryWrapper.WrapperLookup registries) EnchantWithLevelsLootFunction.builder(RegistryWrapper.WrapperLookup registries, LootNumberProvider levels) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.recipe
Fields in net.minecraft.recipe declared as RegistryWrapper.WrapperLookupModifier and TypeFieldDescriptionprivate final RegistryWrapper.WrapperLookupServerRecipeManager.registriesMethods in net.minecraft.recipe with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionArmorDyeRecipe.craft(CraftingRecipeInput craftingRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) BannerDuplicateRecipe.craft(CraftingRecipeInput craftingRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) BookCloningRecipe.craft(CraftingRecipeInput craftingRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) CraftingDecoratedPotRecipe.craft(CraftingRecipeInput craftingRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) FireworkRocketRecipe.craft(CraftingRecipeInput craftingRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) FireworkStarFadeRecipe.craft(CraftingRecipeInput craftingRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) FireworkStarRecipe.craft(CraftingRecipeInput craftingRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) MapCloningRecipe.craft(CraftingRecipeInput craftingRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) MapExtendingRecipe.craft(CraftingRecipeInput craftingRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) Recipe.craft(T input, RegistryWrapper.WrapperLookup registries) Crafts this recipe.RepairItemRecipe.craft(CraftingRecipeInput craftingRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) ShapedRecipe.craft(CraftingRecipeInput craftingRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) ShapelessRecipe.craft(CraftingRecipeInput craftingRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) ShieldDecorationRecipe.craft(CraftingRecipeInput craftingRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) SingleStackRecipe.craft(SingleStackRecipeInput singleStackRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) SmithingTransformRecipe.craft(SmithingRecipeInput smithingRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) SmithingTrimRecipe.craft(SmithingRecipeInput smithingRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) static ItemStackSmithingTrimRecipe.craft(RegistryWrapper.WrapperLookup registries, ItemStack base, ItemStack addition, RegistryEntry<ArmorTrimPattern> pattern) TippedArrowRecipe.craft(CraftingRecipeInput craftingRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) TransmuteRecipe.craft(CraftingRecipeInput craftingRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) protected static RecipeEntry<?> ServerRecipeManager.deserialize(RegistryKey<Recipe<?>> key, JsonObject json, RegistryWrapper.WrapperLookup registries) Reads a recipe from a JSON object.Constructors in net.minecraft.recipe with parameters of type RegistryWrapper.WrapperLookup -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.recipe.display
Fields in net.minecraft.recipe.display with type parameters of type RegistryWrapper.WrapperLookupModifier and TypeFieldDescriptionstatic final ContextParameter<RegistryWrapper.WrapperLookup> SlotDisplayContexts.REGISTRIES -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.registry
Subinterfaces of RegistryWrapper.WrapperLookup in net.minecraft.registryModifier and TypeInterfaceDescriptioninterfaceA manager of dynamic registries.static interfaceClasses in net.minecraft.registry that implement RegistryWrapper.WrapperLookupFields in net.minecraft.registry declared as RegistryWrapper.WrapperLookupModifier and TypeFieldDescription(package private) final RegistryWrapper.WrapperLookupContextSwappableRegistryLookup.delegateprivate final RegistryWrapper.WrapperLookupRegistryBuilder.FullPatchesRegistriesPair.fullThe field for thefullrecord component.private final RegistryWrapper.WrapperLookupReloadableRegistries.ReloadResult.lookupWithUpdatedTagsThe field for thelookupWithUpdatedTagsrecord component.private final RegistryWrapper.WrapperLookupRegistryBuilder.FullPatchesRegistriesPair.patchesThe field for thepatchesrecord component.private final RegistryWrapper.WrapperLookupRegistryOps.CachedRegistryInfoGetter.registriesprivate final RegistryWrapper.WrapperLookupReloadableRegistries.Lookup.registriesMethods in net.minecraft.registry that return RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionprivate static RegistryWrapper.WrapperLookupReloadableRegistries.concat(RegistryWrapper.WrapperLookup first, RegistryWrapper.WrapperLookup second) private RegistryWrapper.WrapperLookupRegistryBuilder.createFullWrapperLookup(DynamicRegistryManager registryManager, RegistryWrapper.WrapperLookup base, RegistryCloner.CloneableRegistries cloneableRegistries, Map<RegistryKey<? extends Registry<?>>, RegistryBuilder.InitializedRegistry<?>> initializedRegistries, RegistryWrapper.WrapperLookup patches) ReloadableRegistries.Lookup.createRegistryLookup()BuiltinRegistries.createWrapperLookup()RegistryBuilder.createWrapperLookup(DynamicRegistryManager registryManager) private static RegistryWrapper.WrapperLookupRegistryBuilder.createWrapperLookup(RegistryBuilder.AnyOwner entryOwner, DynamicRegistryManager registryManager, Stream<RegistryWrapper.Impl<?>> wrappers) RegistryBuilder.FullPatchesRegistriesPair.full()Returns the value of thefullrecord component.ReloadableRegistries.ReloadResult.lookupWithUpdatedTags()Returns the value of thelookupWithUpdatedTagsrecord component.RegistryWrapper.WrapperLookup.of(Stream<RegistryWrapper.Impl<?>> wrappers) RegistryBuilder.FullPatchesRegistriesPair.patches()Returns the value of thepatchesrecord component.Methods in net.minecraft.registry with parameters of type RegistryWrapper.WrapperLookupModifier 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 static RegistryWrapper.WrapperLookupReloadableRegistries.concat(RegistryWrapper.WrapperLookup first, RegistryWrapper.WrapperLookup second) private RegistryWrapper.WrapperLookupRegistryBuilder.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 registries, RegistryCloner.CloneableRegistries cloneableRegistries) static <T> RegistryOps<T> RegistryOps.of(com.mojang.serialization.DynamicOps<T> delegate, RegistryWrapper.WrapperLookup registries) <T> com.mojang.serialization.DataResult<T> ContextSwapper.swapContext(com.mojang.serialization.Codec<T> codec, T value, RegistryWrapper.WrapperLookup registries) Recreates a value based on a new registry context (for example, for use in a different world).private static ReloadableRegistries.ReloadResultReloadableRegistries.toResult(CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, RegistryWrapper.WrapperLookup nonReloadables, List<MutableRegistry<?>> registries) private static voidBuiltinRegistries.validate(RegistryWrapper.WrapperLookup registries) private static voidReloadableRegistries.validate(RegistryWrapper.WrapperLookup registries) private static <T> voidReloadableRegistries.validateLootData(LootTableReporter reporter, LootDataType<T> lootDataType, RegistryWrapper.WrapperLookup registries) static <T> com.mojang.serialization.Dynamic<T> RegistryOps.withRegistry(com.mojang.serialization.Dynamic<T> dynamic, RegistryWrapper.WrapperLookup registries) Method parameters in net.minecraft.registry with type arguments of type RegistryWrapper.WrapperLookupModifier 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) ExperimentalRegistriesValidator.validate(CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture, RegistryBuilder builder) TradeRebalanceBuiltinRegistries.validate(CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) Constructors in net.minecraft.registry with parameters of type RegistryWrapper.WrapperLookupModifierConstructorDescriptionFullPatchesRegistriesPair(RegistryWrapper.WrapperLookup wrapperLookup, RegistryWrapper.WrapperLookup wrapperLookup2) Lookup(RegistryWrapper.WrapperLookup registries) ReloadResult(CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, RegistryWrapper.WrapperLookup wrapperLookup) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.registry.entry
Methods in net.minecraft.registry.entry with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionLazyRegistryEntryReference.resolveEntry(RegistryWrapper.WrapperLookup registries) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.resource
Constructors in net.minecraft.resource with parameters of type RegistryWrapper.WrapperLookupModifierConstructorDescriptionprotectedJsonDataLoader(RegistryWrapper.WrapperLookup registries, com.mojang.serialization.Codec<T> codec, RegistryKey<? extends Registry<T>> registryRef) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.server
Fields in net.minecraft.server declared as RegistryWrapper.WrapperLookupModifier and TypeFieldDescriptionprivate final RegistryWrapper.WrapperLookupServerAdvancementLoader.registriesprivate final RegistryWrapper.WrapperLookupSaveLoading.LoadContextSupplierContext.worldGenRegistryManagerThe field for theworldGenRegistryManagerrecord component.Methods in net.minecraft.server that return RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionSaveLoading.LoadContextSupplierContext.worldGenRegistryManager()Returns the value of theworldGenRegistryManagerrecord component.Constructors in net.minecraft.server with parameters of type RegistryWrapper.WrapperLookupModifierConstructorDescriptionprivateDataPackContents(CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, RegistryWrapper.WrapperLookup registries, FeatureSet enabledFeatures, CommandManager.RegistrationEnvironment environment, List<Registry.PendingTagLoad<?>> pendingTagLoads, int functionPermissionLevel) LoadContextSupplierContext(ResourceManager resourceManager, DataConfiguration dataConfiguration, RegistryWrapper.WrapperLookup wrapperLookup, DynamicRegistryManager.Immutable immutable) ServerAdvancementLoader(RegistryWrapper.WrapperLookup registries) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionstatic CommandRegistryAccessCommandManager.createRegistryAccess(RegistryWrapper.WrapperLookup registries) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionServerPropertiesHandler.createDimensionsRegistryHolder(RegistryWrapper.WrapperLookup registries) ServerPropertiesHandler.WorldGenProperties.createDimensionsRegistryHolder(RegistryWrapper.WrapperLookup registries) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.server.integrated
Method parameters in net.minecraft.server.integrated with type arguments of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionvoidIntegratedServerLoader.createAndStart(String levelName, LevelInfo levelInfo, GeneratorOptions dynamicRegistryManager, Function<RegistryWrapper.WrapperLookup, DimensionOptionsRegistryHolder> dimensionsRegistrySupplier, Screen screen) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.storage
Fields in net.minecraft.storage declared as RegistryWrapper.WrapperLookupModifier and TypeFieldDescription(package private) final RegistryWrapper.WrapperLookupReadContext.registriesMethods in net.minecraft.storage that return RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionNbtReadView.getRegistries()ReadContext.getRegistries()ReadView.getRegistries()Deprecated.Methods in net.minecraft.storage with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionstatic ReadViewNbtReadView.create(ErrorReporter reporter, RegistryWrapper.WrapperLookup registries, NbtCompound nbt) static NbtWriteViewNbtWriteView.create(ErrorReporter reporter, RegistryWrapper.WrapperLookup registries) static ReadView.ListReadViewNbtReadView.createList(ErrorReporter reporter, RegistryWrapper.WrapperLookup registries, List<NbtCompound> elements) Constructors in net.minecraft.storage with parameters of type RegistryWrapper.WrapperLookupModifierConstructorDescriptionReadContext(RegistryWrapper.WrapperLookup registries, com.mojang.serialization.DynamicOps<NbtElement> ops) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.world
Fields in net.minecraft.world declared as RegistryWrapper.WrapperLookupModifier and TypeFieldDescriptionprivate final RegistryWrapper.WrapperLookupPersistentStateManager.registriesConstructors in net.minecraft.world with parameters of type RegistryWrapper.WrapperLookupModifierConstructorDescriptionPersistentStateManager(PersistentState.Context context, Path directory, com.mojang.datafixers.DataFixer dataFixer, RegistryWrapper.WrapperLookup registries) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionabstract @Nullable NbtCompoundChunk.getPackedBlockEntityNbt(BlockPos pos, RegistryWrapper.WrapperLookup registries) ProtoChunk.getPackedBlockEntityNbt(BlockPos pos, RegistryWrapper.WrapperLookup registries) WorldChunk.getPackedBlockEntityNbt(BlockPos pos, RegistryWrapper.WrapperLookup registries) WrapperProtoChunk.getPackedBlockEntityNbt(BlockPos pos, RegistryWrapper.WrapperLookup registries) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.world.dimension
Methods in net.minecraft.world.dimension with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionDimensionOptionsRegistryHolder.with(RegistryWrapper.WrapperLookup registries, ChunkGenerator chunkGenerator) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.world.gen
Methods in net.minecraft.world.gen with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionWorldPresets.createDemoOptions(RegistryWrapper.WrapperLookup registries) WorldPresets.createTestOptions(RegistryWrapper.WrapperLookup registries) static DimensionOptionsWorldPresets.getDefaultOverworldOptions(RegistryWrapper.WrapperLookup registries) -
Uses of RegistryWrapper.WrapperLookup in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage with parameters of type RegistryWrapper.WrapperLookupModifier and TypeMethodDescriptionstatic ParsedSavePropertiesLevelStorage.parseSaveProperties(com.mojang.serialization.Dynamic<?> dynamic, DataConfiguration dataConfiguration, Registry<DimensionOptions> dimensionsRegistry, RegistryWrapper.WrapperLookup registries)