Class BlockFunctionalityTags

java.lang.Object
net.fabricmc.fabric.api.block.v1.BlockFunctionalityTags

public final class BlockFunctionalityTags extends Object
Contains block tags that add extra functionality to blocks.
  • Field Details

    • CAN_CLIMB_TRAPDOOR_ABOVE

      public static final TagKey<Block> CAN_CLIMB_TRAPDOOR_ABOVE
      Blocks in this tag let the player climb open trapdoors above them.

      If a tagged block is a LadderBlock, the block state's facing property must additionally match the trapdoor's direction, to match how vanilla ladders work.