Uses of Class
net.minecraft.data.HashCache
Package
Description
-
Uses of HashCache in net.minecraft.data
-
Uses of HashCache in net.minecraft.data.advancements
-
Uses of HashCache in net.minecraft.data.info
Modifier and TypeMethodDescriptionprivate static <E,
T extends Registry<E>>
voidWorldgenRegistryDumpReport.dumpRegistry
(Path p_194698_, HashCache p_194699_, com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> p_194700_, ResourceKey<? extends T> p_194701_, T p_194702_, com.mojang.serialization.Encoder<E> p_194703_) private static <T> void
WorldgenRegistryDumpReport.dumpRegistryCap
(HashCache p_194684_, Path p_194685_, RegistryAccess p_194686_, com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> p_194687_, RegistryAccess.RegistryData<T> p_194688_) private static <E> void
WorldgenRegistryDumpReport.dumpValue
(Path p_194692_, HashCache p_194693_, com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> p_194694_, com.mojang.serialization.Encoder<E> p_194695_, E p_194696_) void
void
void
void
-
Uses of HashCache in net.minecraft.data.loot
-
Uses of HashCache in net.minecraft.data.models
Modifier and TypeMethodDescriptionvoid
private <T> void
ModelProvider.saveCollection
(HashCache p_125105_, Path p_125106_, Map<T, ? extends Supplier<com.google.gson.JsonElement>> p_125107_, BiFunction<Path, T, Path> p_125108_) -
Uses of HashCache in net.minecraft.data.recipes
Modifier and TypeMethodDescriptionvoid
protected void
RecipeProvider.saveAdvancement
(HashCache p_126014_, com.google.gson.JsonObject p_126015_, Path p_126016_) private static void
RecipeProvider.saveRecipe
(HashCache p_125984_, com.google.gson.JsonObject p_125985_, Path p_125986_) -
Uses of HashCache in net.minecraft.data.structures
Modifier and TypeMethodDescriptionvoid
void
private void
SnbtToNbt.storeStructureIfChanged
(HashCache p_126457_, SnbtToNbt.TaskResult p_126458_, Path p_126459_) -
Uses of HashCache in net.minecraft.data.tags
-
Uses of HashCache in net.minecraftforge.client.model.generators
Modifier and TypeMethodDescriptionprotected void
ModelProvider.generateAll
(HashCache cache) void
void
private void
BlockStateProvider.saveBlockState
(HashCache cache, com.google.gson.JsonObject stateJson, Block owner) -
Uses of HashCache in net.minecraftforge.common.data
Modifier and TypeMethodDescriptionvoid
void
void
private void
private void
protected void
ForgeRecipeProvider.saveAdvancement
(HashCache cache, com.google.gson.JsonObject advancementJson, Path pathIn) -
Uses of HashCache in net.minecraftforge.debug