isLadderClimbState

fun isLadderClimbState(currentState: BlockState, belowState: BlockState?): Boolean

Returns whether the block context should be treated as a climb state.

This mirrors vanilla climbing behavior relevant for ladder entry checks:

  1. Standing in a ladder block.

  2. Standing in an open trapdoor that connects to a ladder below with matching facing.

See also

LadderBlock
TrapDoorBlock