Package net.minecraft.data
Interface IDataProvider
-
- All Known Implementing Classes:
AdvancementProvider,BiomeProvider,BlockListReport,BlockModelProvider,BlockStateProvider,BlockStateProvider,BlockTagsProvider,CommandsReport,CustomTagTypesTest.CustomRegistryTags,CustomTagTypesTest.EnchantmentTags,CustomTagTypesTest.PotionTags,CustomTagTypesTest.TileEntityTypeTags,DataGeneratorTest.Advancements,DataGeneratorTest.BlockStates,DataGeneratorTest.ItemModels,DataGeneratorTest.Lang,DataGeneratorTest.Recipes,DataGeneratorTest.SoundDefinitions,DataGeneratorTest.Tags,EntityTypeTagsProvider,FluidTagsProvider,ForgeBlockTagsProvider,ForgeFluidTagsProvider,ForgeItemTagsProvider,ForgeLootTableProvider,ForgeRecipeProvider,ForgeRegistryTagsProvider,GlobalLootModifierProvider,GlobalLootModifiersTest.DataProvider,ItemModelProvider,ItemTagsProvider,LanguageProvider,LootTableProvider,ModelProvider,NBTToSNBTConverter,NewModelLoaderTest.BlockStates,NewModelLoaderTest.ItemModels,PistonEventTest.BlockStates,RecipeProvider,RegistryDumpReport,ScaffoldingTest.ScaffoldingBlockState,SNBTToNBTConverter,SoundDefinitionsProvider,TagsProvider
public interface IDataProvider
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.common.hash.HashFunctionSHA1
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()voidrun(DirectoryCache p_200398_1_)static voidsave(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_)
-
-
-
Method Detail
-
run
void run(DirectoryCache p_200398_1_) throws java.io.IOException
- Throws:
java.io.IOException
-
getName
java.lang.String getName()
-
save
static void 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_) throws java.io.IOException- Throws:
java.io.IOException
-
-