Class FabricItemTags

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

@Deprecated
public class FabricItemTags
extends Object
Deprecated.
Use dedicated classes, such as FabricToolTags
Item tags provided by Fabric.
  • Field Summary

    Fields
    Modifier and Type Field Description
    static net.minecraft.tag.Tag<net.minecraft.item.Item> AXES
    Deprecated.
     
    static net.minecraft.tag.Tag<net.minecraft.item.Item> HOES
    Deprecated.
     
    static net.minecraft.tag.Tag<net.minecraft.item.Item> PICKAXES
    Deprecated.
     
    static net.minecraft.tag.Tag<net.minecraft.item.Item> SHOVELS
    Deprecated.
     
    static net.minecraft.tag.Tag<net.minecraft.item.Item> SWORDS
    Deprecated.
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • AXES

      public static final net.minecraft.tag.Tag<net.minecraft.item.Item> AXES
      Deprecated.
    • HOES

      public static final net.minecraft.tag.Tag<net.minecraft.item.Item> HOES
      Deprecated.
    • PICKAXES

      public static final net.minecraft.tag.Tag<net.minecraft.item.Item> PICKAXES
      Deprecated.
    • SHOVELS

      public static final net.minecraft.tag.Tag<net.minecraft.item.Item> SHOVELS
      Deprecated.
    • SWORDS

      public static final net.minecraft.tag.Tag<net.minecraft.item.Item> SWORDS
      Deprecated.