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.integration.theme.component.components.minimap
/
MinimapHeightmapManager
Minimap
Heightmap
Manager
class
MinimapHeightmapManager
Members
Constructors
Minimap
Heightmap
Manager
Link copied to clipboard
constructor
(
)
Functions
get
Height
Link copied to clipboard
fun
getHeight
(
x
:
Int
,
z
:
Int
)
:
Int
unload
All
Chunks
Link copied to clipboard
fun
unloadAllChunks
(
)
unload
Chunk
Link copied to clipboard
fun
unloadChunk
(
chunkPos
:
ChunkPos
)
update
Chunk
Link copied to clipboard
fun
updateChunk
(
chunkPos
:
ChunkPos
)
update
Position
Link copied to clipboard
fun
updatePosition
(
pos
:
BlockPos
,
newState
:
BlockState
)
:
Boolean