Package net.minecraft.data
Interface DataProvider
- All Known Implementing Classes:
AbstractTagProvider,AdvancementsProvider,BiomeListProvider,BlockListProvider,BlockStateDefinitionProvider,BlockTagsProvider,CommandSyntaxProvider,EntityTypeTagsProvider,FluidTagsProvider,GameEventTagsProvider,ItemListProvider,ItemTagsProvider,LootTablesProvider,NbtProvider,RecipesProvider,SnbtProvider
public interface DataProvider
-
Field Summary
Fields Modifier and Type Field Description static HashFunctionSHA1 -
Method Summary
Modifier and Type Method Description StringgetName()voidrun(DataCache cache)static voidwriteToPath(Gson gson, DataCache cache, JsonElement output, Path path)
-
Field Details
-
SHA1
-
-
Method Details
-
run
- Throws:
IOException
-
getName
String getName() -
writeToPath
static void writeToPath(Gson gson, DataCache cache, JsonElement output, Path path) throws IOException- Throws:
IOException
-