Class FabricToolTags

java.lang.Object
net.fabricmc.fabric.api.tool.attribute.v1.FabricToolTags

public class FabricToolTags
extends Object
Tool item tags provided by Fabric.
  • Field Summary

    Fields
    Modifier and Type Field Description
    static net.minecraft.tag.Tag<net.minecraft.item.Item> AXES  
    static net.minecraft.tag.Tag<net.minecraft.item.Item> HOES  
    static net.minecraft.tag.Tag<net.minecraft.item.Item> PICKAXES  
    static net.minecraft.tag.Tag<net.minecraft.item.Item> SHEARS  
    static net.minecraft.tag.Tag<net.minecraft.item.Item> SHOVELS  
    static net.minecraft.tag.Tag<net.minecraft.item.Item> SWORDS  
  • 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
    • HOES

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

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

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

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

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