Uses of Interface
net.minecraft.data.CachedOutput
Packages that use CachedOutput
Package
Description
-
Uses of CachedOutput in net.minecraft.data
Classes in net.minecraft.data that implement CachedOutputFields in net.minecraft.data declared as CachedOutputMethods in net.minecraft.data that return CachedOutputMethods in net.minecraft.data with parameters of type CachedOutputModifier and TypeMethodDescriptionvoidDataProvider.run(CachedOutput p_236071_) static voidDataProvider.saveStable(CachedOutput p_236073_, com.google.gson.JsonElement p_236074_, Path p_236075_) -
Uses of CachedOutput in net.minecraft.data.advancements
Methods in net.minecraft.data.advancements with parameters of type CachedOutput -
Uses of CachedOutput in net.minecraft.data.info
Methods in net.minecraft.data.info with parameters of type CachedOutputModifier and TypeMethodDescriptionprivate <T> voidWorldgenRegistryDumpReport.dumpRegistryCap(CachedOutput p_236205_, RegistryAccess p_236206_, com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> p_236207_, RegistryAccess.RegistryData<T> p_236208_) private static <E> voidBiomeParametersDumpReport.dumpValue(Path p_236188_, CachedOutput p_236189_, com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> p_236190_, com.mojang.serialization.Encoder<E> p_236191_, E p_236192_) private static <E> voidWorldgenRegistryDumpReport.dumpValue(Path p_236210_, CachedOutput p_236211_, com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> p_236212_, com.mojang.serialization.Encoder<E> p_236213_, E p_236214_) voidBiomeParametersDumpReport.run(CachedOutput p_236186_) voidBlockListReport.run(CachedOutput p_236197_) voidCommandsReport.run(CachedOutput p_236199_) voidRegistryDumpReport.run(CachedOutput p_236201_) voidWorldgenRegistryDumpReport.run(CachedOutput p_236203_) -
Uses of CachedOutput in net.minecraft.data.loot
Methods in net.minecraft.data.loot with parameters of type CachedOutput -
Uses of CachedOutput in net.minecraft.data.models
Methods in net.minecraft.data.models with parameters of type CachedOutputModifier and TypeMethodDescriptionvoidModelProvider.run(CachedOutput p_236330_) private <T> voidModelProvider.saveCollection(CachedOutput p_236332_, Map<T, ? extends Supplier<com.google.gson.JsonElement>> p_236333_, Function<T, Path> p_236334_) -
Uses of CachedOutput in net.minecraft.data.recipes
Methods in net.minecraft.data.recipes with parameters of type CachedOutputModifier and TypeMethodDescriptionvoidRecipeProvider.run(CachedOutput p_236358_) protected voidRecipeProvider.saveAdvancement(CachedOutput p_236368_, com.google.gson.JsonObject p_236369_, Path p_236370_) private static voidRecipeProvider.saveRecipe(CachedOutput p_236360_, com.google.gson.JsonObject p_236361_, Path p_236362_) -
Uses of CachedOutput in net.minecraft.data.structures
Methods in net.minecraft.data.structures with parameters of type CachedOutputModifier and TypeMethodDescriptionstatic PathNbtToSnbt.convertStructure(CachedOutput p_236382_, Path p_236383_, String p_236384_, Path p_236385_) voidNbtToSnbt.run(CachedOutput p_236376_) voidSnbtToNbt.run(CachedOutput p_236392_) private voidSnbtToNbt.storeStructureIfChanged(CachedOutput p_236394_, SnbtToNbt.TaskResult p_236395_, Path p_236396_) static voidNbtToSnbt.writeSnbt(CachedOutput p_236378_, Path p_236379_, String p_236380_) -
Uses of CachedOutput in net.minecraft.data.tags
Methods in net.minecraft.data.tags with parameters of type CachedOutput -
Uses of CachedOutput in net.minecraftforge.client.model.generators
Methods in net.minecraftforge.client.model.generators with parameters of type CachedOutputModifier and TypeMethodDescriptionprotected voidModelProvider.generateAll(CachedOutput cache) voidBlockStateProvider.run(CachedOutput cache) voidModelProvider.run(CachedOutput cache) private voidBlockStateProvider.saveBlockState(CachedOutput cache, com.google.gson.JsonObject stateJson, Block owner) -
Uses of CachedOutput in net.minecraftforge.common.data
Methods in net.minecraftforge.common.data with parameters of type CachedOutputModifier and TypeMethodDescriptionvoidGlobalLootModifierProvider.run(CachedOutput cache) voidJsonCodecProvider.run(CachedOutput cache) voidLanguageProvider.run(CachedOutput cache) voidSoundDefinitionsProvider.run(CachedOutput cache) private voidLanguageProvider.save(CachedOutput cache, Object object, Path target) private voidSoundDefinitionsProvider.save(CachedOutput cache, Path targetFile) protected voidForgeRecipeProvider.saveAdvancement(CachedOutput output, com.google.gson.JsonObject advancementJson, Path pathIn) -
Uses of CachedOutput in net.minecraftforge.debug
Methods in net.minecraftforge.debug with parameters of type CachedOutputModifier and TypeMethodDescriptionvoidDataGeneratorTest.BlockStates.run(CachedOutput cache) voidDataGeneratorTest.ItemModels.run(CachedOutput cache) voidDataGeneratorTest.SoundDefinitions.run(CachedOutput cache)