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.render.engine.font
/
AtlasSlice
Atlas
Slice
class
AtlasSlice
(
val
x
:
Int
,
val
y
:
Int
,
val
width
:
Int
,
val
height
:
Int
)
Members
Constructors
Atlas
Slice
Link copied to clipboard
constructor
(
x
:
Int
,
y
:
Int
,
width
:
Int
,
height
:
Int
)
Properties
children
Link copied to clipboard
val
children
:
ArrayList
<
AtlasSlice
>
height
Link copied to clipboard
val
height
:
Int
is
Allocated
Link copied to clipboard
var
isAllocated
:
Boolean
parent
Link copied to clipboard
var
parent
:
AtlasSlice
?
width
Link copied to clipboard
val
width
:
Int
x
Link copied to clipboard
val
x
:
Int
y
Link copied to clipboard
val
y
:
Int