Class GeneticaFloraBlockTagProvider

java.lang.Object
net.minecraft.data.tags.TagsProvider<net.minecraft.world.level.block.Block>
net.fabricmc.fabric.api.datagen.v1.provider.FabricTagProvider<net.minecraft.world.level.block.Block>
net.fabricmc.fabric.api.datagen.v1.provider.FabricTagProvider.BlockTagProvider
me.ultrusmods.geneticaflora.data.GeneticaFloraBlockTagProvider
All Implemented Interfaces:
net.minecraft.data.DataProvider

public class GeneticaFloraBlockTagProvider extends net.fabricmc.fabric.api.datagen.v1.provider.FabricTagProvider.BlockTagProvider
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.fabricmc.fabric.api.datagen.v1.provider.FabricTagProvider

    net.fabricmc.fabric.api.datagen.v1.provider.FabricTagProvider.AliasGroupBuilder, net.fabricmc.fabric.api.datagen.v1.provider.FabricTagProvider.BlockEntityTypeTagProvider, net.fabricmc.fabric.api.datagen.v1.provider.FabricTagProvider.BlockTagProvider, net.fabricmc.fabric.api.datagen.v1.provider.FabricTagProvider.EnchantmentTagProvider, net.fabricmc.fabric.api.datagen.v1.provider.FabricTagProvider.EntityTypeTagProvider, net.fabricmc.fabric.api.datagen.v1.provider.FabricTagProvider.FabricTagBuilder, net.fabricmc.fabric.api.datagen.v1.provider.FabricTagProvider.FluidTagProvider, net.fabricmc.fabric.api.datagen.v1.provider.FabricTagProvider.ItemTagProvider

    Nested classes/interfaces inherited from class net.minecraft.data.tags.TagsProvider

    net.minecraft.data.tags.TagsProvider.TagAppender<T>, net.minecraft.data.tags.TagsProvider.TagLookup<T>

    Nested classes/interfaces inherited from interface net.minecraft.data.DataProvider

    net.minecraft.data.DataProvider.Factory<T extends net.minecraft.data.DataProvider>
  • Field Summary

    Fields inherited from class net.minecraft.data.tags.TagsProvider

    pathProvider, registryKey

    Fields inherited from interface net.minecraft.data.DataProvider

    FIXED_ORDER_FIELDS, KEY_COMPARATOR, LOGGER
  • Constructor Summary

    Constructors
    Constructor
    Description
    GeneticaFloraBlockTagProvider(net.fabricmc.fabric.api.datagen.v1.FabricDataOutput output, CompletableFuture<net.minecraft.core.HolderLookup.Provider> registriesFuture)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    addTags(net.minecraft.core.HolderLookup.Provider provider)
     

    Methods inherited from class net.fabricmc.fabric.api.datagen.v1.provider.FabricTagProvider.BlockTagProvider

    reverseLookup

    Methods inherited from class net.fabricmc.fabric.api.datagen.v1.provider.FabricTagProvider

    aliasGroup, aliasGroup, getAliasGroupBuilders, getOrCreateTagBuilder

    Methods inherited from class net.minecraft.data.tags.TagsProvider

    contentsGetter, createContentsProvider, getName, getOrCreateRawBuilder, run, tag

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GeneticaFloraBlockTagProvider

      public GeneticaFloraBlockTagProvider(net.fabricmc.fabric.api.datagen.v1.FabricDataOutput output, CompletableFuture<net.minecraft.core.HolderLookup.Provider> registriesFuture)
  • Method Details

    • addTags

      protected void addTags(net.minecraft.core.HolderLookup.Provider provider)
      Specified by:
      addTags in class net.fabricmc.fabric.api.datagen.v1.provider.FabricTagProvider<net.minecraft.world.level.block.Block>