Class ConventionalBlockTags

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

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

    • ORES

      public static final TagKey<Block> ORES
    • QUARTZ_ORES

      public static final TagKey<Block> QUARTZ_ORES
    • BOOKSHELVES

      public static final TagKey<Block> BOOKSHELVES
    • CHESTS

      public static final TagKey<Block> CHESTS
    • GLASS_BLOCKS

      public static final TagKey<Block> GLASS_BLOCKS
    • GLASS_PANES

      public static final TagKey<Block> GLASS_PANES
    • SHULKER_BOXES

      public static final TagKey<Block> SHULKER_BOXES
    • WOODEN_BARRELS

      public static final TagKey<Block> WOODEN_BARRELS
    • BUDDING_BLOCKS

      public static final TagKey<Block> BUDDING_BLOCKS
    • BUDS

      public static final TagKey<Block> BUDS
    • CLUSTERS

      public static final TagKey<Block> CLUSTERS
    • VILLAGER_JOB_SITES

      public static final TagKey<Block> VILLAGER_JOB_SITES
    • SANDSTONE_BLOCKS

      public static final TagKey<Block> SANDSTONE_BLOCKS
    • SANDSTONE_SLABS

      public static final TagKey<Block> SANDSTONE_SLABS
    • SANDSTONE_STAIRS

      public static final TagKey<Block> SANDSTONE_STAIRS
    • RED_SANDSTONE_BLOCKS

      public static final TagKey<Block> RED_SANDSTONE_BLOCKS
    • RED_SANDSTONE_SLABS

      public static final TagKey<Block> RED_SANDSTONE_SLABS
    • RED_SANDSTONE_STAIRS

      public static final TagKey<Block> RED_SANDSTONE_STAIRS
    • UNCOLORED_SANDSTONE_BLOCKS

      public static final TagKey<Block> UNCOLORED_SANDSTONE_BLOCKS
    • UNCOLORED_SANDSTONE_SLABS

      public static final TagKey<Block> UNCOLORED_SANDSTONE_SLABS
    • UNCOLORED_SANDSTONE_STAIRS

      public static final TagKey<Block> UNCOLORED_SANDSTONE_STAIRS
    • MOVEMENT_RESTRICTED

      public static final TagKey<Block> MOVEMENT_RESTRICTED
      Blocks should be included in this tag if their movement can cause serious issues such as world corruption upon being moved, such as chunk loaders or pipes, for mods that move blocks but do not respect AbstractBlock.AbstractBlockState.getPistonBehavior().