Uses of Class
net.minecraft.data.DirectoryCache
Package
Description
-
Uses of DirectoryCache in net.minecraft.data
Modifier and TypeMethodDescriptionvoid
AdvancementProvider.run
(DirectoryCache p_200398_1_) void
BiomeProvider.run
(DirectoryCache p_200398_1_) void
BlockListReport.run
(DirectoryCache p_200398_1_) void
BlockStateProvider.run
(DirectoryCache p_200398_1_) void
CommandsReport.run
(DirectoryCache p_200398_1_) void
IDataProvider.run
(DirectoryCache p_200398_1_) void
LootTableProvider.run
(DirectoryCache p_200398_1_) void
NBTToSNBTConverter.run
(DirectoryCache p_200398_1_) void
RecipeProvider.run
(DirectoryCache p_200398_1_) void
RegistryDumpReport.run
(DirectoryCache p_200398_1_) void
SNBTToNBTConverter.run
(DirectoryCache p_200398_1_) void
TagsProvider.run
(DirectoryCache p_200398_1_) static void
IDataProvider.save
(com.google.gson.Gson p_218426_0_, DirectoryCache p_218426_1_, com.google.gson.JsonElement p_218426_2_, Path p_218426_3_) protected void
RecipeProvider.saveAdvancement
(DirectoryCache p_208310_0_, com.google.gson.JsonObject p_208310_1_, Path p_208310_2_) private <T> void
BlockStateProvider.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 void
RecipeProvider.saveRecipe
(DirectoryCache p_208311_0_, com.google.gson.JsonObject p_208311_1_, Path p_208311_2_) private void
SNBTToNBTConverter.storeStructureIfChanged
(DirectoryCache p_229444_1_, SNBTToNBTConverter.TaskResult p_229444_2_, Path p_229444_3_) -
Uses of DirectoryCache in net.minecraftforge.client.model.generators
Modifier and TypeMethodDescriptionprotected void
ModelProvider.generateAll
(DirectoryCache cache) void
BlockStateProvider.run
(DirectoryCache cache) void
ModelProvider.run
(DirectoryCache cache) private void
BlockStateProvider.saveBlockState
(DirectoryCache cache, com.google.gson.JsonObject stateJson, Block owner) -
Uses of DirectoryCache in net.minecraftforge.common.data
Modifier and TypeMethodDescriptionvoid
GlobalLootModifierProvider.run
(DirectoryCache cache) void
LanguageProvider.run
(DirectoryCache cache) void
SoundDefinitionsProvider.run
(DirectoryCache cache) private void
LanguageProvider.save
(DirectoryCache cache, Object object, Path target) private void
SoundDefinitionsProvider.save
(DirectoryCache cache, Path targetFile) protected void
ForgeRecipeProvider.saveAdvancement
(DirectoryCache cache, com.google.gson.JsonObject advancementJson, Path pathIn) -
Uses of DirectoryCache in net.minecraftforge.debug
Modifier and TypeMethodDescriptionvoid
DataGeneratorTest.BlockStates.run
(DirectoryCache cache) void
DataGeneratorTest.ItemModels.run
(DirectoryCache cache) void
DataGeneratorTest.SoundDefinitions.run
(DirectoryCache cache)