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 HashFunction
SHA1
-
Method Summary
Modifier and Type Method Description String
getName()
void
run(DataCache cache)
static void
writeToPath(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
-