Package | Description |
---|---|
net.minecraft.data | |
net.minecraftforge.client.model.generators | |
net.minecraftforge.common.data | |
net.minecraftforge.debug |
Modifier and Type | Method and Description |
---|---|
void |
IDataProvider.act(DirectoryCache cache) |
void |
RecipeProvider.act(DirectoryCache cache) |
void |
SNBTToNBTConverter.act(DirectoryCache cache) |
void |
NBTToSNBTConverter.act(DirectoryCache cache) |
void |
TagsProvider.act(DirectoryCache cache) |
void |
BlockListReport.act(DirectoryCache cache) |
void |
RegistryDumpReport.act(DirectoryCache cache) |
void |
CommandsReport.act(DirectoryCache cache) |
void |
AdvancementProvider.act(DirectoryCache cache) |
void |
LootTableProvider.act(DirectoryCache cache) |
private void |
SNBTToNBTConverter.func_229444_a_(DirectoryCache p_229444_1_,
SNBTToNBTConverter.TaskResult p_229444_2_,
java.nio.file.Path p_229444_3_) |
static void |
IDataProvider.save(com.google.gson.Gson gson,
DirectoryCache cache,
com.google.gson.JsonElement jsonElement,
java.nio.file.Path pathIn) |
private void |
RecipeProvider.saveRecipe(DirectoryCache cache,
com.google.gson.JsonObject recipeJson,
java.nio.file.Path pathIn) |
protected void |
RecipeProvider.saveRecipeAdvancement(DirectoryCache cache,
com.google.gson.JsonObject advancementJson,
java.nio.file.Path pathIn) |
Modifier and Type | Method and Description |
---|---|
void |
BlockStateProvider.act(DirectoryCache cache) |
void |
ModelProvider.act(DirectoryCache cache) |
protected void |
ModelProvider.generateAll(DirectoryCache cache) |
private void |
BlockStateProvider.saveBlockState(DirectoryCache cache,
com.google.gson.JsonObject stateJson,
Block owner) |
Modifier and Type | Method and Description |
---|---|
void |
LanguageProvider.act(DirectoryCache cache) |
private void |
LanguageProvider.save(DirectoryCache cache,
java.lang.Object object,
java.nio.file.Path target) |
protected void |
ForgeRecipeProvider.saveRecipeAdvancement(DirectoryCache cache,
com.google.gson.JsonObject advancementJson,
java.nio.file.Path pathIn) |
Modifier and Type | Method and Description |
---|---|
void |
DataGeneratorTest.ItemModels.act(DirectoryCache cache) |
void |
DataGeneratorTest.BlockStates.act(DirectoryCache cache) |