Uses of Class
net.minecraft.data.DataOutput
Packages that use DataOutput
Package
Description
-
Uses of DataOutput in net.minecraft.client.data
Constructors in net.minecraft.client.data with parameters of type DataOutputModifierConstructorDescriptionEquipmentAssetProvider
(DataOutput output) ModelProvider
(DataOutput output) -
Uses of DataOutput in net.minecraft.data
Fields in net.minecraft.data declared as DataOutputModifier and TypeFieldDescriptionprivate final DataOutput
DataGenerator.output
private final DataOutput
DataGenerator.Pack.output
private final DataOutput
DynamicRegistriesProvider.output
private final DataOutput
MetadataProvider.output
private final DataOutput
SnbtProvider.output
Methods in net.minecraft.data with parameters of type DataOutputModifier and TypeMethodDescriptionDataProvider.Factory.create
(DataOutput output) static MetadataProvider
MetadataProvider.create
(DataOutput output, Text description) static MetadataProvider
MetadataProvider.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.advancement
Constructors 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.vanilla
Methods in net.minecraft.data.advancement.vanilla with parameters of type DataOutputModifier and TypeMethodDescriptionstatic AdvancementProvider
VanillaAdvancementProviders.createVanillaProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) -
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.loottable
Constructors 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.rebalance
Methods in net.minecraft.data.loottable.rebalance with parameters of type DataOutputModifier and TypeMethodDescriptionstatic LootTableProvider
TradeRebalanceLootTableProviders.createTradeRebalanceProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) -
Uses of DataOutput in net.minecraft.data.loottable.vanilla
Methods in net.minecraft.data.loottable.vanilla with parameters of type DataOutputModifier and TypeMethodDescriptionstatic LootTableProvider
VanillaLootTableProviders.createVanillaProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) -
Uses of DataOutput in net.minecraft.data.recipe
Fields in net.minecraft.data.recipe declared as DataOutputConstructors in net.minecraft.data.recipe with parameters of type DataOutputModifierConstructorDescriptionProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) protected
RecipeProvider
(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) -
Uses of DataOutput in net.minecraft.data.report
Fields in net.minecraft.data.report declared as DataOutputModifier and TypeFieldDescriptionprivate final DataOutput
BlockListProvider.output
private final DataOutput
CommandSyntaxProvider.output
private final DataOutput
DataPackStructureProvider.output
private final DataOutput
ItemListProvider.output
private final DataOutput
PacketReportProvider.output
private final DataOutput
RegistryDumpProvider.output
Constructors 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.tag
Constructors 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) protected
TagProvider
(DataOutput output, RegistryKey<? extends Registry<T>> registryRef, CompletableFuture<RegistryWrapper.WrapperLookup> registriesFuture) protected
TagProvider
(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.rebalance
Constructors 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.vanilla
Constructors 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)