Uses of Class
net.minecraft.data.HashCache
Packages that use HashCache
Package
Description
-
Uses of HashCache in net.minecraft.data
Methods in net.minecraft.data with parameters of type HashCache -
Uses of HashCache in net.minecraft.data.advancements
Methods in net.minecraft.data.advancements with parameters of type HashCache -
Uses of HashCache in net.minecraft.data.info
Methods in net.minecraft.data.info with parameters of type HashCacheModifier 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
Methods in net.minecraft.data.loot with parameters of type HashCache -
Uses of HashCache in net.minecraft.data.models
Methods in net.minecraft.data.models with parameters of type HashCacheModifier 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
Methods in net.minecraft.data.recipes with parameters of type HashCacheModifier 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
Methods in net.minecraft.data.structures with parameters of type HashCacheModifier 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
Methods in net.minecraft.data.tags with parameters of type HashCache -
Uses of HashCache in net.minecraftforge.client.model.generators
Methods in net.minecraftforge.client.model.generators with parameters of type HashCacheModifier 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
Methods in net.minecraftforge.common.data with parameters of type HashCacheModifier 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
Methods in net.minecraftforge.debug with parameters of type HashCache