Uses of Class
net.minecraft.data.DataOutput
Packages that use DataOutput
Package
Description
- 
Uses of DataOutput in net.minecraft.client.dataConstructors in net.minecraft.client.data with parameters of type DataOutputModifierConstructorDescriptionEquipmentAssetProvider(DataOutput output) ModelProvider(DataOutput output) 
- 
Uses of DataOutput in net.minecraft.dataFields in net.minecraft.data declared as DataOutputModifier and TypeFieldDescriptionprivate final DataOutputDataGenerator.outputprivate final DataOutputDataGenerator.Pack.outputprivate final DataOutputDynamicRegistriesProvider.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 DataOutputModifierConstructorDescriptionDynamicRegistriesProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) MetadataProvider(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.advancementConstructors in net.minecraft.data.advancement with parameters of type DataOutputModifierConstructorDescriptionAdvancementProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture, List<AdvancementTabGenerator> tabGenerators) 
- 
Uses of DataOutput in net.minecraft.data.advancement.vanillaMethods in net.minecraft.data.advancement.vanilla with parameters of type DataOutputModifier and TypeMethodDescriptionstatic AdvancementProviderVanillaAdvancementProviders.createVanillaProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) 
- 
Uses of DataOutput in net.minecraft.data.devFields 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.loottableConstructors in net.minecraft.data.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.loottable.rebalanceMethods in net.minecraft.data.loottable.rebalance with parameters of type DataOutputModifier and TypeMethodDescriptionstatic LootTableProviderTradeRebalanceLootTableProviders.createTradeRebalanceProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) 
- 
Uses of DataOutput in net.minecraft.data.loottable.vanillaMethods in net.minecraft.data.loottable.vanilla with parameters of type DataOutputModifier and TypeMethodDescriptionstatic LootTableProviderVanillaLootTableProviders.createVanillaProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) 
- 
Uses of DataOutput in net.minecraft.data.recipeFields in net.minecraft.data.recipe declared as DataOutputConstructors in net.minecraft.data.recipe with parameters of type DataOutputModifierConstructorDescriptionProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) protectedRecipeProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) 
- 
Uses of DataOutput in net.minecraft.data.reportFields 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.tagConstructors in net.minecraft.data.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.tag.rebalanceConstructors in net.minecraft.data.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.tag.vanillaConstructors in net.minecraft.data.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)