LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.render.gui.element
/
TriangleGuiElementRenderState
Triangle
Gui
Element
Render
State
class
TriangleGuiElementRenderState
:
Record
,
PoseReusableGuiElementRenderState
Members
Constructors
Triangle
Gui
Element
Render
State
Link copied to clipboard
constructor
(
x0
:
Float
,
y0
:
Float
,
x1
:
Float
,
y1
:
Float
,
x2
:
Float
,
y2
:
Float
,
argb
:
Int
,
pipeline
:
RenderPipeline
,
pose
:
Matrix3x2f
,
@
Nullable
scissorArea
:
@
Nullable
ScreenRectangle
,
@
Nullable
bounds
:
@
Nullable
ScreenRectangle
)
Functions
bounds
Link copied to clipboard
abstract
fun
bounds
(
)
:
@
Nullable
ScreenRectangle
build
Vertices
Link copied to clipboard
open
fun
buildVertices
(
vertices
:
VertexConsumer
)
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
pipeline
Link copied to clipboard
abstract
fun
pipeline
(
)
:
RenderPipeline
pose
Link copied to clipboard
abstract
fun
pose
(
)
:
Matrix3x2f
Recyclable pose matrix.
scissor
Area
Link copied to clipboard
abstract
fun
scissorArea
(
)
:
@
Nullable
ScreenRectangle
texture
Setup
Link copied to clipboard
open
fun
textureSetup
(
)
:
TextureSetup
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String