DrawOutlinesEvent

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.

Constructors

Link copied to clipboard
constructor(renderTarget: RenderTarget, pose: PoseStack, partialTicks: Float)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val pose: PoseStack
Link copied to clipboard
val renderTarget: RenderTarget

Functions

Link copied to clipboard
fun markDirty()

Called when the framebuffer was edited.