Uses of Class
net.minecraft.data.DirectoryCache
Packages that use DirectoryCache
Package
Description
-
Uses of DirectoryCache in net.minecraft.data
Methods in net.minecraft.data with parameters of type DirectoryCacheModifier and TypeMethodDescriptionvoidAdvancementProvider.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_, Path p_218426_3_) protected voidRecipeProvider.saveAdvancement(DirectoryCache p_208310_0_, com.google.gson.JsonObject p_208310_1_, Path p_208310_2_) private <T> voidBlockStateProvider.saveCollection(DirectoryCache p_240081_1_, Path p_240081_2_, Map<T, ? extends Supplier<com.google.gson.JsonElement>> p_240081_3_, BiFunction<Path, T, Path> p_240081_4_) private static voidRecipeProvider.saveRecipe(DirectoryCache p_208311_0_, com.google.gson.JsonObject p_208311_1_, Path p_208311_2_) private voidSNBTToNBTConverter.storeStructureIfChanged(DirectoryCache p_229444_1_, SNBTToNBTConverter.TaskResult p_229444_2_, Path p_229444_3_) -
Uses of DirectoryCache in net.minecraftforge.client.model.generators
Methods in net.minecraftforge.client.model.generators with parameters of type DirectoryCacheModifier and TypeMethodDescriptionprotected 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 DirectoryCacheModifier and TypeMethodDescriptionvoidGlobalLootModifierProvider.run(DirectoryCache cache) voidLanguageProvider.run(DirectoryCache cache) voidSoundDefinitionsProvider.run(DirectoryCache cache) private voidLanguageProvider.save(DirectoryCache cache, Object object, Path target) private voidSoundDefinitionsProvider.save(DirectoryCache cache, Path targetFile) protected voidForgeRecipeProvider.saveAdvancement(DirectoryCache cache, com.google.gson.JsonObject advancementJson, Path pathIn) -
Uses of DirectoryCache in net.minecraftforge.debug
Methods in net.minecraftforge.debug with parameters of type DirectoryCacheModifier and TypeMethodDescriptionvoidDataGeneratorTest.BlockStates.run(DirectoryCache cache) voidDataGeneratorTest.ItemModels.run(DirectoryCache cache) voidDataGeneratorTest.SoundDefinitions.run(DirectoryCache cache)