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.event.events
/
ServerConnectEvent
Server
Connect
Event
class
ServerConnectEvent
(
val
connectScreen
:
ConnectScreen
,
val
address
:
ServerAddress
,
val
serverInfo
:
ServerData
,
val
cookieStorage
:
TransferState
?
)
:
CancellableEvent
Members
Constructors
Server
Connect
Event
Link copied to clipboard
constructor
(
connectScreen
:
ConnectScreen
,
address
:
ServerAddress
,
serverInfo
:
ServerData
,
cookieStorage
:
TransferState
?
)
Properties
address
Link copied to clipboard
val
address
:
ServerAddress
connect
Screen
Link copied to clipboard
val
connectScreen
:
ConnectScreen
cookie
Storage
Link copied to clipboard
val
cookieStorage
:
TransferState
?
is
Cancelled
Link copied to clipboard
var
isCancelled
:
Boolean
Let you know if the event is canceled
is
Completed
Link copied to clipboard
var
isCompleted
:
Boolean
server
Info
Link copied to clipboard
val
serverInfo
:
ServerData
Functions
cancel
Event
Link copied to clipboard
fun
cancelEvent
(
)
Allows you to cancel an event