Class ConventionalBlockTags

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

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

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.tag.TagKey<net.minecraft.block.Block>
     
    static final net.minecraft.tag.TagKey<net.minecraft.block.Block>
     
    static final net.minecraft.tag.TagKey<net.minecraft.block.Block>
     
    static final net.minecraft.tag.TagKey<net.minecraft.block.Block>
     
    static final net.minecraft.tag.TagKey<net.minecraft.block.Block>
    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().
    static final net.minecraft.tag.TagKey<net.minecraft.block.Block>
     
    static final net.minecraft.tag.TagKey<net.minecraft.block.Block>
     
    static final net.minecraft.tag.TagKey<net.minecraft.block.Block>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • QUARTZ_ORES

      public static final net.minecraft.tag.TagKey<net.minecraft.block.Block> QUARTZ_ORES
    • ORES

      public static final net.minecraft.tag.TagKey<net.minecraft.block.Block> ORES
    • CHESTS

      public static final net.minecraft.tag.TagKey<net.minecraft.block.Block> CHESTS
    • BOOKSHELVES

      public static final net.minecraft.tag.TagKey<net.minecraft.block.Block> BOOKSHELVES
    • GLASS_BLOCKS

      public static final net.minecraft.tag.TagKey<net.minecraft.block.Block> GLASS_BLOCKS
    • GLASS_PANES

      public static final net.minecraft.tag.TagKey<net.minecraft.block.Block> GLASS_PANES
    • SHULKER_BOXES

      public static final net.minecraft.tag.TagKey<net.minecraft.block.Block> SHULKER_BOXES
    • MOVEMENT_RESTRICTED

      public static final net.minecraft.tag.TagKey<net.minecraft.block.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().
  • Constructor Details

    • ConventionalBlockTags

      public ConventionalBlockTags()