public interface Tag
Modifier and Type | Field and Description |
---|---|
static Formatting |
AQUA |
static Formatting |
GOLD |
static Formatting |
GREEN |
static Formatting |
RED |
Modifier and Type | Method and Description |
---|---|
default String |
asString() |
Tag |
copy() |
TagReader<?> |
getReader() |
byte |
getType() |
String |
toString() |
default Text |
toText() |
Text |
toText(String indent,
int depth) |
void |
write(DataOutput output) |
static final Formatting AQUA
static final Formatting GREEN
static final Formatting GOLD
static final Formatting RED
void write(DataOutput output) throws IOException
IOException
byte getType()
TagReader<?> getReader()
Tag copy()
default String asString()
default Text toText()