Uses of Class
net.minecraft.data.DataOutput
Packages that use DataOutput
Package
Description
-
Uses of DataOutput in net.minecraft.data
Fields in net.minecraft.data declared as DataOutputModifier and TypeFieldDescriptionprivate final DataOutputDataGenerator.outputprivate final DataOutputDataGenerator.Pack.outputprivate final DataOutputMetadataProvider.outputprivate final DataOutputSnbtProvider.outputMethods in net.minecraft.data with parameters of type DataOutputModifier and TypeMethodDescriptionDataProvider.Factory.create(DataOutput output) static MetadataProviderMetadataProvider.create(DataOutput output, Text description) static MetadataProviderMetadataProvider.create(DataOutput output, Text description, FeatureSet requiredFeatures) Method parameters in net.minecraft.data with type arguments of type DataOutputModifier and TypeMethodDescriptionprivate static <T extends DataProvider>
DataProvider.Factory<T> Main.toFactory(BiFunction<DataOutput, CompletableFuture<RegistryWrapper.WrapperLookup>, T> baseFactory, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) Constructors in net.minecraft.data with parameters of type DataOutputModifierConstructorDescriptionMetadataProvider(DataOutput output) (package private)Pack(boolean shouldRun, String name, DataOutput output) (package private)PathResolver(DataOutput dataGenerator, DataOutput.OutputType outputType, String directoryName) SnbtProvider(DataOutput output, Iterable<Path> paths) -
Uses of DataOutput in net.minecraft.data.client
Constructors in net.minecraft.data.client with parameters of type DataOutputModifierConstructorDescriptionEquipmentModelProvider(DataOutput output) ModelProvider(DataOutput output) -
Uses of DataOutput in net.minecraft.data.dev
Fields in net.minecraft.data.dev declared as DataOutputConstructors in net.minecraft.data.dev with parameters of type DataOutput -
Uses of DataOutput in net.minecraft.data.report
Fields in net.minecraft.data.report declared as DataOutputModifier and TypeFieldDescriptionprivate final DataOutputBlockListProvider.outputprivate final DataOutputCommandSyntaxProvider.outputprivate final DataOutputDataPackStructureProvider.outputprivate final DataOutputItemListProvider.outputprivate final DataOutputPacketReportProvider.outputprivate final DataOutputRegistryDumpProvider.outputConstructors in net.minecraft.data.report with parameters of type DataOutputModifierConstructorDescriptionBiomeParametersProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) BlockListProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) CommandSyntaxProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) DataPackStructureProvider(DataOutput output) ItemListProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) PacketReportProvider(DataOutput output) RegistryDumpProvider(DataOutput output) -
Uses of DataOutput in net.minecraft.data.server
Fields in net.minecraft.data.server declared as DataOutputConstructors in net.minecraft.data.server with parameters of type DataOutputModifierConstructorDescriptionDynamicRegistriesProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) -
Uses of DataOutput in net.minecraft.data.server.advancement
Constructors in net.minecraft.data.server.advancement with parameters of type DataOutputModifierConstructorDescriptionAdvancementProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture, List<AdvancementTabGenerator> tabGenerators) -
Uses of DataOutput in net.minecraft.data.server.advancement.vanilla
Methods in net.minecraft.data.server.advancement.vanilla with parameters of type DataOutputModifier and TypeMethodDescriptionstatic AdvancementProviderVanillaAdvancementProviders.createVanillaProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) -
Uses of DataOutput in net.minecraft.data.server.advancement.winterdrop
Methods in net.minecraft.data.server.advancement.winterdrop with parameters of type DataOutputModifier and TypeMethodDescriptionstatic AdvancementProviderWinterDropAdvancementProviders.createWinterDropProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) -
Uses of DataOutput in net.minecraft.data.server.loottable
Constructors in net.minecraft.data.server.loottable with parameters of type DataOutputModifierConstructorDescriptionLootTableProvider(DataOutput output, Set<RegistryKey<LootTable>> lootTableIds, List<LootTableProvider.LootTypeGenerator> lootTypeGenerators, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) -
Uses of DataOutput in net.minecraft.data.server.loottable.rebalance
Methods in net.minecraft.data.server.loottable.rebalance with parameters of type DataOutputModifier and TypeMethodDescriptionstatic LootTableProviderTradeRebalanceLootTableProviders.createTradeRebalanceProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) -
Uses of DataOutput in net.minecraft.data.server.loottable.vanilla
Methods in net.minecraft.data.server.loottable.vanilla with parameters of type DataOutputModifier and TypeMethodDescriptionstatic LootTableProviderVanillaLootTableProviders.createVanillaProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) -
Uses of DataOutput in net.minecraft.data.server.loottable.winterdrop
Methods in net.minecraft.data.server.loottable.winterdrop with parameters of type DataOutputModifier and TypeMethodDescriptionstatic LootTableProviderWinterDropLootTableProviders.createWinterDropProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) -
Uses of DataOutput in net.minecraft.data.server.recipe
Fields in net.minecraft.data.server.recipe declared as DataOutputConstructors in net.minecraft.data.server.recipe with parameters of type DataOutputModifierConstructorDescriptionProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) Provider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) protectedRecipeProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) -
Uses of DataOutput in net.minecraft.data.server.tag
Constructors in net.minecraft.data.server.tag with parameters of type DataOutputModifierConstructorDescriptionEnchantmentTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) ItemTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture, CompletableFuture<TagProvider.TagLookup<Block>> blockTagLookupFuture) ItemTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture, CompletableFuture<TagProvider.TagLookup<Item>> parentTagLookupFuture, CompletableFuture<TagProvider.TagLookup<Block>> blockTagLookupFuture) protectedTagProvider(DataOutput output, RegistryKey<? extends Registry<T>> registryRef, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) protectedTagProvider(DataOutput output, RegistryKey<? extends Registry<T>> registryRef, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture, CompletableFuture<TagProvider.TagLookup<T>> parentTagLookupFuture) ValueLookupTagProvider(DataOutput output, RegistryKey<? extends Registry<T>> registryRef, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture, CompletableFuture<TagProvider.TagLookup<T>> parentTagLookupFuture, Function<T, RegistryKey<T>> valueToKey) ValueLookupTagProvider(DataOutput output, RegistryKey<? extends Registry<T>> registryRef, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture, Function<T, RegistryKey<T>> valueToKey) -
Uses of DataOutput in net.minecraft.data.server.tag.rebalance
Constructors in net.minecraft.data.server.tag.rebalance with parameters of type DataOutputModifierConstructorDescriptionTradeRebalanceEnchantmentTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) TradeRebalanceStructureTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) -
Uses of DataOutput in net.minecraft.data.server.tag.vanilla
Constructors in net.minecraft.data.server.tag.vanilla with parameters of type DataOutputModifierConstructorDescriptionVanillaBannerPatternTagProvider(DataOutput dataGenerator, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) VanillaBiomeTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) VanillaBlockTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) VanillaCatVariantTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) VanillaDamageTypeTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) VanillaEnchantmentTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) VanillaEntityTypeTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) VanillaFlatLevelGeneratorPresetTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) VanillaFluidTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) VanillaGameEventTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) VanillaInstrumentTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) VanillaItemTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture, CompletableFuture<TagProvider.TagLookup<Block>> blockTagLookupFuture) VanillaPaintingVariantTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) VanillaPointOfInterestTypeTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) VanillaStructureTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) VanillaWorldPresetTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) -
Uses of DataOutput in net.minecraft.data.server.tag.winterdrop
Constructors in net.minecraft.data.server.tag.winterdrop with parameters of type DataOutputModifierConstructorDescriptionWinterDropBiomeTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture, CompletableFuture<TagProvider.TagLookup<Biome>> parentTagLookupFuture) WinterDropBlockTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture, CompletableFuture<TagProvider.TagLookup<Block>> parentTagLookupFuture) WinterDropEntityTypeTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) WinterDropItemTagProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture, CompletableFuture<TagProvider.TagLookup<Item>> parentTagLookupFuture, CompletableFuture<TagProvider.TagLookup<Block>> blockTagLookupFuture)