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

    • SHEARS

      public static final TagKey<Item> SHEARS
    • SPEARS

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

      public static final TagKey<Item> BOWS
    • SHIELDS

      public static final TagKey<Item> SHIELDS
    • DUSTS

      public static final TagKey<Item> DUSTS
    • GEMS

      public static final TagKey<Item> GEMS
    • INGOTS

      public static final TagKey<Item> INGOTS
    • NUGGETS

      public static final TagKey<Item> NUGGETS
    • ORES

      public static final TagKey<Item> ORES
    • RAW_ORES

      public static final TagKey<Item> RAW_ORES
    • 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
    • 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
      Does not include entity water buckets.
    • ENTITY_WATER_BUCKETS

      public static final TagKey<Item> ENTITY_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
    • BOOKSHELVES

      public static final TagKey<Item> BOOKSHELVES
    • CHESTS

      public static final TagKey<Item> CHESTS
    • 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
    • WOODEN_BARRELS

      public static final TagKey<Item> WOODEN_BARRELS
    • BUDDING_BLOCKS

      public static final TagKey<Item> BUDDING_BLOCKS
    • BUDS

      public static final TagKey<Item> BUDS
    • CLUSTERS

      public static final TagKey<Item> CLUSTERS
    • VILLAGER_JOB_SITES

      public static final TagKey<Item> VILLAGER_JOB_SITES
    • SANDSTONE_BLOCKS

      public static final TagKey<Item> SANDSTONE_BLOCKS
    • SANDSTONE_SLABS

      public static final TagKey<Item> SANDSTONE_SLABS
    • SANDSTONE_STAIRS

      public static final TagKey<Item> SANDSTONE_STAIRS
    • RED_SANDSTONE_BLOCKS

      public static final TagKey<Item> RED_SANDSTONE_BLOCKS
    • RED_SANDSTONE_SLABS

      public static final TagKey<Item> RED_SANDSTONE_SLABS
    • RED_SANDSTONE_STAIRS

      public static final TagKey<Item> RED_SANDSTONE_STAIRS
    • UNCOLORED_SANDSTONE_BLOCKS

      public static final TagKey<Item> UNCOLORED_SANDSTONE_BLOCKS
    • UNCOLORED_SANDSTONE_SLABS

      public static final TagKey<Item> UNCOLORED_SANDSTONE_SLABS
    • UNCOLORED_SANDSTONE_STAIRS

      public static final TagKey<Item> UNCOLORED_SANDSTONE_STAIRS
    • 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.
    • PICKAXES

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

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

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

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

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