Uses of Interface
net.minecraft.data.DataWriter
Package
Description
-
Uses of DataWriter in net.minecraft.data
Modifier and TypeMethodDescriptionvoid
DataProvider.run
(DataWriter writer) void
SnbtProvider.run
(DataWriter writer) private void
SnbtProvider.write
(DataWriter cache, SnbtProvider.CompressedData data, Path root) static void
DataProvider.writeToPath
(DataWriter writer, JsonElement json, Path path) -
Uses of DataWriter in net.minecraft.data.client
Modifier and TypeMethodDescriptionvoid
ModelProvider.run
(DataWriter writer) private <T> void
ModelProvider.writeJsons
(DataWriter cache, Map<T, ? extends Supplier<JsonElement>> models, Function<T, Path> pathGetter) -
Uses of DataWriter in net.minecraft.data.dev
Modifier and TypeMethodDescriptionNbtProvider.convertNbtToSnbt
(DataWriter writer, Path inputPath, String filename, Path outputPath) void
NbtProvider.run
(DataWriter writer) static void
NbtProvider.writeTo
(DataWriter writer, Path path, String content) -
Uses of DataWriter in net.minecraft.data.report
Modifier and TypeMethodDescriptionvoid
BlockListProvider.run
(DataWriter writer) void
CommandSyntaxProvider.run
(DataWriter writer) void
RegistryDumpProvider.run
(DataWriter writer) void
WorldgenProvider.run
(DataWriter writer) private <T> void
WorldgenProvider.writeRegistryEntries
(DataWriter writer, DynamicRegistryManager registryManager, com.mojang.serialization.DynamicOps<JsonElement> ops, DynamicRegistryManager.Info<T> registry) 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
Modifier and TypeMethodDescriptionvoid
AbstractTagProvider.run
(DataWriter writer) void
AdvancementProvider.run
(DataWriter writer) void
BiomeParametersProvider.run
(DataWriter writer) void
LootTableProvider.run
(DataWriter writer) void
RecipeProvider.run
(DataWriter writer) private static void
RecipeProvider.saveRecipe
(DataWriter cache, JsonObject json, Path path) private static void
RecipeProvider.saveRecipeAdvancement
(DataWriter cache, JsonObject json, Path path) private static <E> void
BiomeParametersProvider.write
(Path path, DataWriter writer, com.mojang.serialization.DynamicOps<JsonElement> ops, com.mojang.serialization.Encoder<E> codec, E biomeSource)