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

    • QUARTZ_ORES

      public static final TagKey<Block> QUARTZ_ORES
    • ORES

      public static final TagKey<Block> ORES
    • CHESTS

      public static final TagKey<Block> CHESTS
    • BOOKSHELVES

      public static final TagKey<Block> BOOKSHELVES
    • 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
    • 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().