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
/
ChunkScanner
/
UpdateRequest
/
ChunkLoad
Chunk
Load
class
ChunkLoad
(
val
chunk
:
LevelChunk
)
:
ChunkScanner.UpdateRequest
Scans single new chunk
Parameters
chunk
should be non-empty
Members
Constructors
Chunk
Load
Link copied to clipboard
constructor
(
chunk
:
LevelChunk
)
Properties
chunk
Link copied to clipboard
val
chunk
:
LevelChunk
Functions
run
Link copied to clipboard
open
suspend override
fun
run
(
)
run
Async
Link copied to clipboard
open
fun
runAsync
(
)