Class TagRegistry

java.lang.Object
net.fabricmc.fabric.api.tag.TagRegistry

@Deprecated public final class TagRegistry extends Object
Deprecated.
use TagFactory instead.
Helper methods for registering Tags.
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.tag.Tag<net.minecraft.block.Block>
    block​(net.minecraft.util.Identifier id)
    Deprecated.
    static <T> net.minecraft.tag.Tag.Identified<T>
    create​(net.minecraft.util.Identifier id, Supplier<net.minecraft.tag.TagGroup<T>> containerSupplier)
    Deprecated.
     
    static net.minecraft.tag.Tag<net.minecraft.entity.EntityType<?>>
    entityType​(net.minecraft.util.Identifier id)
    Deprecated.
    static net.minecraft.tag.Tag<net.minecraft.fluid.Fluid>
    fluid​(net.minecraft.util.Identifier id)
    Deprecated.
    static net.minecraft.tag.Tag<net.minecraft.item.Item>
    item​(net.minecraft.util.Identifier id)
    Deprecated.

    Methods inherited from class java.lang.Object

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

    • create

      public static <T> net.minecraft.tag.Tag.Identified<T> create(net.minecraft.util.Identifier id, Supplier<net.minecraft.tag.TagGroup<T>> containerSupplier)
      Deprecated.
    • block

      @Deprecated public static net.minecraft.tag.Tag<net.minecraft.block.Block> block(net.minecraft.util.Identifier id)
      Deprecated.
    • entityType

      @Deprecated public static net.minecraft.tag.Tag<net.minecraft.entity.EntityType<?>> entityType(net.minecraft.util.Identifier id)
      Deprecated.
    • fluid

      @Deprecated public static net.minecraft.tag.Tag<net.minecraft.fluid.Fluid> fluid(net.minecraft.util.Identifier id)
      Deprecated.
    • item

      @Deprecated public static net.minecraft.tag.Tag<net.minecraft.item.Item> item(net.minecraft.util.Identifier id)
      Deprecated.