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 TypeMethodDescriptionstatic <T,E> CompletableFuture <?> DataProvider.method_65771(DataWriter dataWriter, com.mojang.serialization.Codec<E> codec, Function<T, Path> function, Map<T, E> map) static <T,E> CompletableFuture <?> DataProvider.method_65772(DataWriter dataWriter, Function<E, JsonElement> function, Function<T, Path> function2, Map<T, E> map) DataProvider.run(DataWriter writer) MetadataProvider.run(DataWriter writer) SnbtProvider.run(DataWriter writer) DataCache.Runner.update(DataWriter writer) private voidSnbtProvider.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 TypeMethodDescription(package private) static <T> CompletableFuture<?> ModelProvider.method_65461(DataWriter dataWriter, Function<T, Path> function, Map<T, ? extends Supplier<JsonElement>> map) ModelProvider.class_10406.method_65465(DataWriter dataWriter, DataOutput.PathResolver pathResolver) ModelProvider.class_10407.method_65473(DataWriter dataWriter, DataOutput.PathResolver pathResolver) ModelProvider.class_10408.method_65478(DataWriter dataWriter, DataOutput.PathResolver pathResolver) EquipmentModelProvider.run(DataWriter writer) ModelProvider.run(DataWriter writer) -
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 voidNbtProvider.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