LiquidBounce
Toggle table of contents
0.40.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.features.account
/
Ban
Ban
data
class
Ban
(
val
serverName
:
String
,
val
reason
:
String
,
val
bannedUntil
:
Long
=
-1L
)
Parameters
banned
Until
epoch milliseconds the ban expires at, or
-1
if it never does.
Members
Constructors
Ban
Link copied to clipboard
constructor
(
serverName
:
String
,
reason
:
String
,
bannedUntil
:
Long
=
-1L
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
banned
Until
Link copied to clipboard
val
bannedUntil
:
Long
is
Permanent
Link copied to clipboard
val
isPermanent
:
Boolean
reason
Link copied to clipboard
val
reason
:
String
server
Name
Link copied to clipboard
val
serverName
:
String
Functions
to
Json
Link copied to clipboard
fun
toJson
(
)
:
JsonObject