Uses of Interface
net.minecraft.data.DataWriter
Packages that use DataWriter
Package
Description
-
Uses of DataWriter in net.minecraft.data
Classes in net.minecraft.data that implement DataWriterMethods in net.minecraft.data that return DataWriterMethods in net.minecraft.data with parameters of type DataWriterModifier and TypeMethodDescriptionvoid
DataProvider.run
(DataWriter cache) void
SnbtProvider.run
(DataWriter cache) private void
SnbtProvider.write
(DataWriter cache, SnbtProvider.CompressedData data, Path root) static void
DataProvider.writeToPath
(Gson gson, DataWriter writer, JsonElement output, Path path) -
Uses of DataWriter in net.minecraft.data.client
Methods in net.minecraft.data.client with parameters of type DataWriterModifier and TypeMethodDescriptionvoid
ModelProvider.run
(DataWriter cache) private <T> void
ModelProvider.writeJsons
(DataWriter cache, Path root, Map<T, ? extends Supplier<JsonElement>> jsons, BiFunction<Path, T, Path> locator) -
Uses of DataWriter in net.minecraft.data.dev
Methods in net.minecraft.data.dev with parameters of type DataWriter -
Uses of DataWriter in net.minecraft.data.report
Methods in net.minecraft.data.report with parameters of type DataWriterModifier and TypeMethodDescriptionvoid
BlockListProvider.run
(DataWriter cache) void
CommandSyntaxProvider.run
(DataWriter cache) void
RegistryDumpProvider.run
(DataWriter cache) void
WorldgenProvider.run
(DataWriter cache) private static <E,
T extends Registry<E>>
voidWorldgenProvider.writeRegistryEntries
(Path path, DataWriter cache, com.mojang.serialization.DynamicOps<JsonElement> json, RegistryKey<? extends T> registryKey, T registry, com.mojang.serialization.Encoder<E> encoder) private static <T> void
WorldgenProvider.writeRegistryEntries
(DataWriter cache, Path path, DynamicRegistryManager registryManager, com.mojang.serialization.DynamicOps<JsonElement> json, DynamicRegistryManager.Info<T> info) private static <E> void
WorldgenProvider.writeToPath
(Path path, DataWriter cache, com.mojang.serialization.DynamicOps<JsonElement> json, com.mojang.serialization.Encoder<E> encoder, E value) -
Uses of DataWriter in net.minecraft.data.server
Methods in net.minecraft.data.server with parameters of type DataWriterModifier and TypeMethodDescriptionprivate static <E> void
BiomeParametersProvider.method_42030
(Path path, DataWriter dataWriter, com.mojang.serialization.DynamicOps<JsonElement> dynamicOps, com.mojang.serialization.Encoder<E> encoder, E e) void
AbstractTagProvider.run
(DataWriter cache) void
AdvancementProvider.run
(DataWriter cache) void
BiomeParametersProvider.run
(DataWriter cache) void
LootTableProvider.run
(DataWriter cache) void
RecipeProvider.run
(DataWriter cache) private static void
RecipeProvider.saveRecipe
(DataWriter cache, JsonObject json, Path path) private static void
RecipeProvider.saveRecipeAdvancement
(DataWriter cache, JsonObject json, Path path)