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
/
MinimapTextureAtlasManager
/
AtlasPosition
Atlas
Position
@
JvmRecord
data
class
AtlasPosition
(
x
:
Int
,
y
:
Int
)
:
Record
Members
Constructors
Atlas
Position
Link copied to clipboard
constructor
(
x
:
Int
,
y
:
Int
)
Properties
base
XOn
Atlas
Link copied to clipboard
val
baseXOnAtlas
:
Int
base
YOn
Atlas
Link copied to clipboard
val
baseYOnAtlas
:
Int
uv
Link copied to clipboard
val
uv
:
BoundingBox2f
Functions
get
Pos
On
Atlas
Link copied to clipboard
fun
getPosOnAtlas
(
chunkX
:
Int
,
chunkY
:
Int
)
:
Vector2i