RecyclableGuiElementRenderState

interface RecyclableGuiElementRenderState : GuiElementRenderState

A GUI element render state that owns frame-scoped pooled resources.

Inheritors

Functions

Link copied to clipboard
abstract fun bounds(): @Nullable ScreenRectangle
Link copied to clipboard
abstract fun buildVertices(vertexConsumer: VertexConsumer)
Link copied to clipboard
abstract fun pipeline(): RenderPipeline
Link copied to clipboard
abstract fun recycle()
Releases all resources owned by this state after the GUI frame has been rendered.
Link copied to clipboard
abstract fun scissorArea(): @Nullable ScreenRectangle
Link copied to clipboard
abstract fun textureSetup(): TextureSetup