Interface BlockPickInteractionAware


public interface BlockPickInteractionAware
Convenience interface for blocks that want more stack picking context than what Block.getPickStack(WorldView, BlockPos, BlockState) provides.

The hit result is guaranteed to be a BlockHitResult that did not miss.