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.chat.packet
/
C2SUnbanUserPacket
C2SUnban
User
Packet
data
class
C2SUnbanUserPacket
(
val
user
:
String
)
:
AxochatPacket.C2S
A client can send this packet to unban other users.
Parameters
user
user is an ID.
Members
Constructors
C2SUnban
User
Packet
Link copied to clipboard
constructor
(
user
:
String
)
Properties
user
Link copied to clipboard
@
SerializedName
(
value
=
"user"
)
val
user
:
String