public class CommandMessageFormatting extends Object
Modifier and Type | Field and Description |
---|---|
static Text |
ELLIPSIS_TEXT |
static Text |
GT_TEXT |
static Text |
LT_TEXT |
static Text |
PIPE_TEXT |
static Text |
SPACE_TEXT |
static Text |
STAR_TEXT |
Modifier and Type | Method and Description |
---|---|
static Text |
debug(Text debug)
Format text to be output as a debug message directly to a sender.
|
static Text |
error(Text error)
Format text to be output as an error directly to a sender.
|
public static final Text PIPE_TEXT
public static final Text SPACE_TEXT
public static final Text STAR_TEXT
public static final Text LT_TEXT
public static final Text GT_TEXT
public static final Text ELLIPSIS_TEXT