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.features.account
/
SessionBundle
Session
Bundle
data
class
SessionBundle
(
val
session
:
User
,
val
sessionService
:
MinecraftSessionService
?
,
val
profileKeys
:
ProfileKeyPairManager
)
Members
Constructors
Session
Bundle
Link copied to clipboard
constructor
(
session
:
User
,
sessionService
:
MinecraftSessionService
?
,
profileKeys
:
ProfileKeyPairManager
)
Properties
profile
Keys
Link copied to clipboard
val
profileKeys
:
ProfileKeyPairManager
session
Link copied to clipboard
val
session
:
User
session
Service
Link copied to clipboard
val
sessionService
:
MinecraftSessionService
?