Uses of Class
net.minecraft.data.DirectoryCache
-
Packages that use DirectoryCache Package Description net.minecraft.data net.minecraftforge.client.model.generators net.minecraftforge.common.data net.minecraftforge.debug -
-
Uses of DirectoryCache in net.minecraft.data
Methods in net.minecraft.data with parameters of type DirectoryCache Modifier and Type Method Description voidAdvancementProvider. run(DirectoryCache p_200398_1_)voidBiomeProvider. run(DirectoryCache p_200398_1_)voidBlockListReport. run(DirectoryCache p_200398_1_)voidBlockStateProvider. run(DirectoryCache p_200398_1_)voidCommandsReport. run(DirectoryCache p_200398_1_)voidIDataProvider. run(DirectoryCache p_200398_1_)voidLootTableProvider. run(DirectoryCache p_200398_1_)voidNBTToSNBTConverter. run(DirectoryCache p_200398_1_)voidRecipeProvider. run(DirectoryCache p_200398_1_)voidRegistryDumpReport. run(DirectoryCache p_200398_1_)voidSNBTToNBTConverter. run(DirectoryCache p_200398_1_)voidTagsProvider. run(DirectoryCache p_200398_1_)static voidIDataProvider. save(com.google.gson.Gson p_218426_0_, DirectoryCache p_218426_1_, com.google.gson.JsonElement p_218426_2_, java.nio.file.Path p_218426_3_)protected voidRecipeProvider. saveAdvancement(DirectoryCache p_208310_0_, com.google.gson.JsonObject p_208310_1_, java.nio.file.Path p_208310_2_)private <T> voidBlockStateProvider. saveCollection(DirectoryCache p_240081_1_, java.nio.file.Path p_240081_2_, java.util.Map<T,? extends java.util.function.Supplier<com.google.gson.JsonElement>> p_240081_3_, java.util.function.BiFunction<java.nio.file.Path,T,java.nio.file.Path> p_240081_4_)private static voidRecipeProvider. saveRecipe(DirectoryCache p_208311_0_, com.google.gson.JsonObject p_208311_1_, java.nio.file.Path p_208311_2_)private voidSNBTToNBTConverter. storeStructureIfChanged(DirectoryCache p_229444_1_, SNBTToNBTConverter.TaskResult p_229444_2_, java.nio.file.Path p_229444_3_) -
Uses of DirectoryCache in net.minecraftforge.client.model.generators
Methods in net.minecraftforge.client.model.generators with parameters of type DirectoryCache Modifier and Type Method Description protected voidModelProvider. generateAll(DirectoryCache cache)voidBlockStateProvider. run(DirectoryCache cache)voidModelProvider. run(DirectoryCache cache)private voidBlockStateProvider. saveBlockState(DirectoryCache cache, com.google.gson.JsonObject stateJson, Block owner) -
Uses of DirectoryCache in net.minecraftforge.common.data
Methods in net.minecraftforge.common.data with parameters of type DirectoryCache Modifier and Type Method Description voidGlobalLootModifierProvider. run(DirectoryCache cache)voidLanguageProvider. run(DirectoryCache cache)voidSoundDefinitionsProvider. run(DirectoryCache cache)private voidLanguageProvider. save(DirectoryCache cache, java.lang.Object object, java.nio.file.Path target)private voidSoundDefinitionsProvider. save(DirectoryCache cache, java.nio.file.Path targetFile)protected voidForgeRecipeProvider. saveAdvancement(DirectoryCache cache, com.google.gson.JsonObject advancementJson, java.nio.file.Path pathIn) -
Uses of DirectoryCache in net.minecraftforge.debug
Methods in net.minecraftforge.debug with parameters of type DirectoryCache Modifier and Type Method Description voidDataGeneratorTest.BlockStates. run(DirectoryCache cache)voidDataGeneratorTest.ItemModels. run(DirectoryCache cache)voidDataGeneratorTest.SoundDefinitions. run(DirectoryCache cache)
-