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.utils.math
/
KeyedAabb
Keyed
Aabb
@
JvmRecord
data
class
KeyedAabb
<
K
>
(
val
box
:
AABB
,
val
key
:
K
)
:
Record
A world-space AABB tagged with a merge key. Only boxes with equal keys are allowed to be merged.
Members
Constructors
Keyed
Aabb
Link copied to clipboard
constructor
(
box
:
AABB
,
key
:
K
)
Properties
box
Link copied to clipboard
val
box
:
AABB
key
Link copied to clipboard
val
key
:
K