Class ConventionalItemTags

java.lang.Object
net.fabricmc.fabric.api.tag.convention.v1.ConventionalItemTags

public final class ConventionalItemTags extends Object
See ItemTags for vanilla tags. Note that addition to some vanilla tags implies having certain functionality.
  • Field Details

    • PICKAXES

      public static final TagKey<Item> PICKAXES
    • SHOVELS

      public static final TagKey<Item> SHOVELS
    • HOES

      public static final TagKey<Item> HOES
    • AXES

      public static final TagKey<Item> AXES
    • SHEARS

      public static final TagKey<Item> SHEARS
    • SPEARS

      public static final TagKey<Item> SPEARS
      For throwable weapons, like Minecraft tridents.
    • SWORDS

      public static final TagKey<Item> SWORDS
    • BOWS

      public static final TagKey<Item> BOWS
    • IRON_INGOTS

      public static final TagKey<Item> IRON_INGOTS
    • RAW_IRON_ORES

      public static final TagKey<Item> RAW_IRON_ORES
    • RAW_IRON_BLOCKS

      public static final TagKey<Item> RAW_IRON_BLOCKS
    • RAW_GOLD_ORES

      public static final TagKey<Item> RAW_GOLD_ORES
    • RAW_GOLD_BLOCKS

      public static final TagKey<Item> RAW_GOLD_BLOCKS
    • GOLD_INGOTS

      public static final TagKey<Item> GOLD_INGOTS
    • REDSTONE_DUSTS

      public static final TagKey<Item> REDSTONE_DUSTS
    • COPPER_INGOTS

      public static final TagKey<Item> COPPER_INGOTS
    • RAW_COPPER_ORES

      public static final TagKey<Item> RAW_COPPER_ORES
    • RAW_COPPER_BLOCKS

      public static final TagKey<Item> RAW_COPPER_BLOCKS
    • ORES

      public static final TagKey<Item> ORES
    • NETHERITE_INGOTS

      public static final TagKey<Item> NETHERITE_INGOTS
    • QUARTZ_ORES

      public static final TagKey<Item> QUARTZ_ORES
    • QUARTZ

      public static final TagKey<Item> QUARTZ
    • LAPIS

      public static final TagKey<Item> LAPIS
    • DIAMONDS

      public static final TagKey<Item> DIAMONDS
    • EMERALDS

      public static final TagKey<Item> EMERALDS
    • COAL

      public static final TagKey<Item> COAL
    • FOODS

      public static final TagKey<Item> FOODS
    • POTIONS

      public static final TagKey<Item> POTIONS
    • WATER_BUCKETS

      public static final TagKey<Item> WATER_BUCKETS
    • LAVA_BUCKETS

      public static final TagKey<Item> LAVA_BUCKETS
    • MILK_BUCKETS

      public static final TagKey<Item> MILK_BUCKETS
    • EMPTY_BUCKETS

      public static final TagKey<Item> EMPTY_BUCKETS
    • GLASS_BLOCKS

      public static final TagKey<Item> GLASS_BLOCKS
    • GLASS_PANES

      public static final TagKey<Item> GLASS_PANES
    • SHULKER_BOXES

      public static final TagKey<Item> SHULKER_BOXES
    • DYES

      public static final TagKey<Item> DYES
    • BLACK_DYES

      public static final TagKey<Item> BLACK_DYES
    • BLUE_DYES

      public static final TagKey<Item> BLUE_DYES
    • BROWN_DYES

      public static final TagKey<Item> BROWN_DYES
    • CYAN_DYES

      public static final TagKey<Item> CYAN_DYES
    • GRAY_DYES

      public static final TagKey<Item> GRAY_DYES
    • GREEN_DYES

      public static final TagKey<Item> GREEN_DYES
    • LIGHT_BLUE_DYES

      public static final TagKey<Item> LIGHT_BLUE_DYES
    • LIGHT_GRAY_DYES

      public static final TagKey<Item> LIGHT_GRAY_DYES
    • LIME_DYES

      public static final TagKey<Item> LIME_DYES
    • MAGENTA_DYES

      public static final TagKey<Item> MAGENTA_DYES
    • ORANGE_DYES

      public static final TagKey<Item> ORANGE_DYES
    • PINK_DYES

      public static final TagKey<Item> PINK_DYES
    • PURPLE_DYES

      public static final TagKey<Item> PURPLE_DYES
    • RED_DYES

      public static final TagKey<Item> RED_DYES
    • WHITE_DYES

      public static final TagKey<Item> WHITE_DYES
    • YELLOW_DYES

      public static final TagKey<Item> YELLOW_DYES
    • WATER_BUCKET

      @Deprecated(forRemoval=true) public static final TagKey<Item> WATER_BUCKET
      Deprecated, for removal: This API element is subject to removal in a future version.
      Replaced with WATER_BUCKETS.
    • LAVA_BUCKET

      @Deprecated(forRemoval=true) public static final TagKey<Item> LAVA_BUCKET
      Deprecated, for removal: This API element is subject to removal in a future version.
      Replaced with LAVA_BUCKETS.
    • MILK_BUCKET

      @Deprecated(forRemoval=true) public static final TagKey<Item> MILK_BUCKET
      Deprecated, for removal: This API element is subject to removal in a future version.
      Replaced with MILK_BUCKETS.
    • EMPTY_BUCKET

      @Deprecated(forRemoval=true) public static final TagKey<Item> EMPTY_BUCKET
      Deprecated, for removal: This API element is subject to removal in a future version.
      Replaced with EMPTY_BUCKETS.