LiquidBounce
Toggle table of contents
0.40.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.render.gui.element
/
RecyclableGuiElementRenderState
Recyclable
Gui
Element
Render
State
interface
RecyclableGuiElementRenderState
:
GuiElementRenderState
A GUI element render state that owns frame-scoped pooled resources.
Inheritors
PoseReusableGuiElementRenderState
Members
Functions
bounds
Link copied to clipboard
abstract
fun
bounds
(
)
:
@
Nullable
ScreenRectangle
build
Vertices
Link copied to clipboard
abstract
fun
buildVertices
(
vertexConsumer
:
VertexConsumer
)
pipeline
Link copied to clipboard
abstract
fun
pipeline
(
)
:
RenderPipeline
recycle
Link copied to clipboard
abstract
fun
recycle
(
)
Releases all resources owned by this state after the GUI frame has been rendered.
scissor
Area
Link copied to clipboard
abstract
fun
scissorArea
(
)
:
@
Nullable
ScreenRectangle
texture
Setup
Link copied to clipboard
abstract
fun
textureSetup
(
)
:
TextureSetup