mcutils
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
mcutils
msmp
/
tech.aliorpse.mcutils.entity
/
SystemMessageDto
System
Message
Dto
@
Serializable
data
class
SystemMessageDto
(
val
receivingPlayers
:
Set
<
PlayerDto
>
,
val
message
:
MessageDto
,
val
overlay
:
Boolean
=
false
)
Members
Constructors
System
Message
Dto
Link copied to clipboard
constructor
(
receivingPlayers
:
Set
<
PlayerDto
>
,
message
:
MessageDto
,
overlay
:
Boolean
=
false
)
Properties
message
Link copied to clipboard
val
message
:
MessageDto
overlay
Link copied to clipboard
val
overlay
:
Boolean
Whether the message should be displayed in the actionbar.
receiving
Players
Link copied to clipboard
val
receivingPlayers
:
Set
<
PlayerDto
>