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.features.module.modules.render
/
ModuleDebug
/
DebuggedLineSegment
Debugged
Line
Segment
class
DebuggedLineSegment
(
val
from
:
Vec3
,
val
to
:
Vec3
,
val
color
:
Color4b
)
:
ModuleDebug.DebuggedGeometry
Members
Constructors
Debugged
Line
Segment
Link copied to clipboard
constructor
(
from
:
Vec3
,
to
:
Vec3
,
color
:
Color4b
)
Properties
color
Link copied to clipboard
val
color
:
Color4b
from
Link copied to clipboard
val
from
:
Vec3
to
Link copied to clipboard
val
to
:
Vec3
Functions
render
Link copied to clipboard
context
(
env
:
WorldRenderEnvironment
)
open
override
fun
render
(
)