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.api.models.pagination
/
Pagination
Pagination
data
class
Pagination
(
val
current
:
Int
,
val
pages
:
Int
,
val
items
:
Int
)
Members
Constructors
Pagination
Link copied to clipboard
constructor
(
current
:
Int
,
pages
:
Int
,
items
:
Int
)
Properties
current
Link copied to clipboard
val
current
:
Int
items
Link copied to clipboard
val
items
:
Int
pages
Link copied to clipboard
val
pages
:
Int