Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
CannonRTP
/
com.magmaguy.cannonrtp.util
/
MessageUtils
Message
Utils
public
final
class
MessageUtils
Members
Functions
format
Link copied to clipboard
public
static
String
format
(
String
template
,
Array
<
String
>
placeholders
)
send
Link copied to clipboard
public
static
void
send
(
CommandSender
sender
,
String
template
,
Array
<
String
>
placeholders
)
send
Raw
Link copied to clipboard
public
static
void
sendRaw
(
CommandSender
sender
,
String
template
)
send
Title
Link copied to clipboard
public
static
void
sendTitle
(
Player
player
,
String
title
,
String
subtitle
,
Array
<
String
>
placeholders
)
public
static
void
sendTitle
(
Player
player
,
String
title
,
String
subtitle
,
int fadeIn
,
int stay
,
int fadeOut
,
Array
<
String
>
placeholders
)