Interface CustomBlockOutlineRenderer


public interface CustomBlockOutlineRenderer
A rendering callback invoked when a block outline is about to be rendered.

Implementations of this class must not capture the level provided in ExtractBlockOutlineRenderStateEvent, instead the necessary data must be extracted in the event handler and only the extracted data may be captured by the custom renderer implementation.