Uses of Class
net.minecraft.data.DataCache
Package | Description |
---|---|
net.minecraft.data | |
net.minecraft.data.client | |
net.minecraft.data.dev | |
net.minecraft.data.report | |
net.minecraft.data.server |
-
Uses of DataCache in net.minecraft.data
Methods in net.minecraft.data with parameters of type DataCache Modifier and Type Method Description void
DataProvider. run(DataCache cache)
void
SnbtProvider. run(DataCache cache)
private void
SnbtProvider. write(DataCache dataCache, SnbtProvider.CompressedData compressedData, Path path)
static void
DataProvider. writeToPath(Gson gson, DataCache cache, JsonElement output, Path path)
-
Uses of DataCache in net.minecraft.data.client
Methods in net.minecraft.data.client with parameters of type DataCache Modifier and Type Method Description void
BlockStateDefinitionProvider. run(DataCache cache)
private <T> void
BlockStateDefinitionProvider. writeJsons(DataCache cache, Path root, Map<T,? extends Supplier<JsonElement>> jsons, BiFunction<Path,T,Path> locator)
-
Uses of DataCache in net.minecraft.data.dev
Methods in net.minecraft.data.dev with parameters of type DataCache Modifier and Type Method Description void
NbtProvider. run(DataCache cache)
-
Uses of DataCache in net.minecraft.data.report
-
Uses of DataCache in net.minecraft.data.server
Methods in net.minecraft.data.server with parameters of type DataCache Modifier and Type Method Description void
AbstractTagProvider. run(DataCache cache)
void
AdvancementsProvider. run(DataCache cache)
void
LootTablesProvider. run(DataCache cache)
void
RecipesProvider. run(DataCache cache)
private static void
RecipesProvider. saveRecipe(DataCache cache, JsonObject json, Path path)
private static void
RecipesProvider. saveRecipeAdvancement(DataCache cache, JsonObject json, Path path)