Uses of Interface
net.minecraft.data.DataWriter
Packages that use DataWriter
Package
Description
-
Uses of DataWriter in net.minecraft.client.data
Methods in net.minecraft.client.data with parameters of type DataWriterModifier and TypeMethodDescriptionEquipmentAssetProvider.run
(DataWriter writer) ModelProvider.run
(DataWriter writer) ModelProvider.BlockStateSuppliers.writeAllToPath
(DataWriter writer, DataOutput.PathResolver pathResolver) ModelProvider.ItemAssets.writeAllToPath
(DataWriter writer, DataOutput.PathResolver pathResolver) ModelProvider.ModelSuppliers.writeAllToPath
(DataWriter writer, DataOutput.PathResolver pathResolver) (package private) static <T> CompletableFuture
<?> ModelProvider.writeAllToPath
(DataWriter writer, Function<T, Path> pathResolver, Map<T, ? extends Supplier<JsonElement>> idsToValues) -
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) DynamicRegistriesProvider.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,
E> CompletableFuture <?> DataProvider.writeAllToPath
(DataWriter writer, com.mojang.serialization.Codec<E> codec, Function<T, Path> pathResolver, Map<T, E> idsToValues) static <T> CompletableFuture
<?> DataProvider.writeAllToPath
(DataWriter writer, com.mojang.serialization.Codec<T> codec, DataOutput.PathResolver pathResolver, Map<Identifier, T> idsToValues) static <T,
E> CompletableFuture <?> DataProvider.writeAllToPath
(DataWriter writer, Function<E, JsonElement> serializer, Function<T, Path> pathResolver, Map<T, E> 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) private <T> Optional
<CompletableFuture<?>> DynamicRegistriesProvider.writeRegistryEntries
(DataWriter writer, RegistryWrapper.WrapperLookup registries, com.mojang.serialization.DynamicOps<JsonElement> ops, RegistryLoader.Entry<T> registry) static CompletableFuture
<?> DataProvider.writeToPath
(DataWriter writer, JsonElement json, Path path) 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.advancement
Methods in net.minecraft.data.advancement with parameters of type DataWriter -
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.loottable
Methods in net.minecraft.data.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.recipe
Methods in net.minecraft.data.recipe with parameters of type DataWriterModifier and TypeMethodDescriptionfinal CompletableFuture
<?> RecipeGenerator.RecipeProvider.run
(DataWriter writer) -
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.tag
Methods in net.minecraft.data.tag with parameters of type DataWriter