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.block.bed
/
SurroundingBlock
Surrounding
Block
@
JvmRecord
data
class
SurroundingBlock
(
val
block
:
Block
,
val
count
:
Int
,
val
layer
:
Int
)
:
Comparable
<
SurroundingBlock
>
,
Record
Members
Constructors
Surrounding
Block
Link copied to clipboard
constructor
(
block
:
Block
,
count
:
Int
,
layer
:
Int
)
Properties
block
Link copied to clipboard
val
block
:
Block
count
Link copied to clipboard
val
count
:
Int
layer
Link copied to clipboard
val
layer
:
Int
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
SurroundingBlock
)
:
Int