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 with parameters of type DataWriterModifier and TypeMethodDescriptionDataProvider.run
(DataWriter writer) MetadataProvider.run
(DataWriter writer) SnbtProvider.run
(DataWriter writer) DataCache.Runner.update
(DataWriter writer) private void
SnbtProvider.write
(DataWriter cache, SnbtProvider.CompressedData data, Path root) static <T> CompletableFuture
<?> DataProvider.writeAllToPath
(DataWriter writer, com.mojang.serialization.Codec<T> codec, DataOutput.PathResolver pathResolver, Map<Identifier, T> idsToValues) static <T> CompletableFuture
<?> DataProvider.writeCodecToPath
(DataWriter writer, com.mojang.serialization.Codec<T> codec, T value, Path path) private static <T> CompletableFuture
<?> DataProvider.writeCodecToPath
(DataWriter writer, com.mojang.serialization.DynamicOps<JsonElement> ops, com.mojang.serialization.Codec<T> codec, T value, Path path) static <T> CompletableFuture
<?> DataProvider.writeCodecToPath
(DataWriter writer, RegistryWrapper.WrapperLookup registries, com.mojang.serialization.Codec<T> codec, T value, Path path) static CompletableFuture
<?> DataProvider.writeToPath
(DataWriter writer, JsonElement json, Path path) -
Uses of DataWriter in net.minecraft.data.client
Methods in net.minecraft.data.client with parameters of type DataWriterModifier and TypeMethodDescriptionEquipmentModelProvider.run
(DataWriter writer) ModelProvider.run
(DataWriter writer) private <T> CompletableFuture
<?> ModelProvider.writeJsons
(DataWriter cache, Map<T, ? extends Supplier<JsonElement>> models, Function<T, Path> pathGetter) -
Uses of DataWriter in net.minecraft.data.dev
Methods in net.minecraft.data.dev with parameters of type DataWriterModifier and TypeMethodDescriptionNbtProvider.convertNbtToSnbt
(DataWriter writer, Path inputPath, String filename, Path outputPath) NbtProvider.run
(DataWriter writer) static void
NbtProvider.writeTo
(DataWriter writer, Path path, String content) -
Uses of DataWriter in net.minecraft.data.report
Methods in net.minecraft.data.report with parameters of type DataWriterModifier and TypeMethodDescriptionBiomeParametersProvider.run
(DataWriter writer) BlockListProvider.run
(DataWriter writer) CommandSyntaxProvider.run
(DataWriter writer) DataPackStructureProvider.run
(DataWriter writer) ItemListProvider.run
(DataWriter writer) PacketReportProvider.run
(DataWriter writer) RegistryDumpProvider.run
(DataWriter writer) private static <E> CompletableFuture
<?> BiomeParametersProvider.write
(Path path, DataWriter writer, com.mojang.serialization.DynamicOps<JsonElement> ops, com.mojang.serialization.Encoder<E> codec, E biomeSource) -
Uses of DataWriter in net.minecraft.data.server
Methods in net.minecraft.data.server with parameters of type DataWriterModifier and TypeMethodDescriptionDynamicRegistriesProvider.run
(DataWriter writer) private <T> Optional
<CompletableFuture<?>> DynamicRegistriesProvider.writeRegistryEntries
(DataWriter writer, RegistryWrapper.WrapperLookup registries, com.mojang.serialization.DynamicOps<JsonElement> ops, RegistryLoader.Entry<T> registry) private static <E> CompletableFuture
<?> DynamicRegistriesProvider.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.advancement
Methods in net.minecraft.data.server.advancement with parameters of type DataWriter -
Uses of DataWriter in net.minecraft.data.server.loottable
Methods in net.minecraft.data.server.loottable with parameters of type DataWriterModifier and TypeMethodDescriptionLootTableProvider.run
(DataWriter writer) private CompletableFuture
<?> LootTableProvider.run
(DataWriter writer, RegistryWrapper.WrapperLookup registries) -
Uses of DataWriter in net.minecraft.data.server.recipe
Methods in net.minecraft.data.server.recipe with parameters of type DataWriterModifier and TypeMethodDescriptionfinal CompletableFuture
<?> RecipeGenerator.RecipeProvider.run
(DataWriter writer) -
Uses of DataWriter in net.minecraft.data.server.tag
Methods in net.minecraft.data.server.tag with parameters of type DataWriter