Package net.fabricmc.fabric.api.block.v1
Class BlockFunctionalityTags
java.lang.Object
net.fabricmc.fabric.api.block.v1.BlockFunctionalityTags
Contains block tags that add extra functionality to blocks.
-
Field Summary
FieldsModifier and TypeFieldDescriptionBlocks in this tag let the player climb open trapdoors above them. -
Method Summary
-
Field Details
-
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'sfacingproperty must additionally match the trapdoor's direction, to match how vanilla ladders work.
-