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 DataWriterFields in net.minecraft.data declared as 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
(DataWriter dataWriter, JsonElement jsonElement, 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, Map<T, ? extends Supplier<JsonElement>> map, Function<T, Path> function) -
Uses of DataWriter in net.minecraft.data.dev
Methods in net.minecraft.data.dev with parameters of type DataWriterModifier and TypeMethodDescriptionNbtProvider.convertNbtToSnbt
(DataWriter dataWriter, Path path, String string, Path path2) void
NbtProvider.run
(DataWriter cache) static void
NbtProvider.writeTo
(DataWriter dataWriter, Path path, String string) -
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 <T> void
WorldgenProvider.writeRegistryEntries
(DataWriter dataWriter, DynamicRegistryManager dynamicRegistryManager, com.mojang.serialization.DynamicOps<JsonElement> dynamicOps, 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)