drawOnTop

public abstract void drawOnTop(Layer layer, RenderContext.ScissorBehaviour escapeScissors, Consumer<RenderContext> later)(source)

draws more content that should be laid on top of other later render calls. the consumer will be invoked linearly, but with no guarantee for when.