Draw Outlines Event
class DrawOutlinesEvent(val renderTarget: RenderTarget, val pose: PoseStack, val partialTicks: Float) : Event
Sometimes, modules might want to contribute something to the glow framebuffer. They can hook this event in order to do so.
Note: After writing to the outline framebuffer markDirty must be called.