dhl
Toggle table of contents
0.3.7
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
dhl
dhl
/
net.crystopia.crystalshard.paper.dhl.server
/
ServerboundSignUpdatePacketUtil
/
SignUpdateEvent
Sign
Update
Event
data
class
SignUpdateEvent
(
var
x
:
Int
,
var
y
:
Int
,
var
z
:
Int
,
var
lines
:
MutableList
<
String
>
,
var
isFrontText
:
Boolean
)
Members
Constructors
Sign
Update
Event
Link copied to clipboard
constructor
(
x
:
Int
,
y
:
Int
,
z
:
Int
,
lines
:
MutableList
<
String
>
,
isFrontText
:
Boolean
)
Properties
is
Front
Text
Link copied to clipboard
var
isFrontText
:
Boolean
lines
Link copied to clipboard
var
lines
:
MutableList
<
String
>
x
Link copied to clipboard
var
x
:
Int
y
Link copied to clipboard
var
y
:
Int
z
Link copied to clipboard
var
z
:
Int