LiquidBounce
Toggle table of contents
0.39.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.render.engine
/
RenderDrawKey
Render
Draw
Key
class
RenderDrawKey
:
Record
,
Comparable
<
RenderDrawKey
>
Members
Constructors
Render
Draw
Key
Link copied to clipboard
constructor
(
)
Functions
compare
To
Link copied to clipboard
open
fun
compareTo
(
o
:
RenderDrawKey
)
:
Int
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
of
Link copied to clipboard
open
fun
of
(
pipeline
:
RenderPipeline
)
:
RenderDrawKey
open
fun
of
(
pipeline
:
RenderPipeline
,
textures
:
Map
<
String
,
AbstractTexture
>
,
uniforms
:
Map
<
String
,
GpuBufferSlice
>
)
:
RenderDrawKey
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String