NBTTag.NBTTagType| Constructor and Description |
|---|
StringTag(String val)
Creates a StringTag with a given String value.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
_print(PrintStream stream,
String indent) |
void |
_read(io.netty.buffer.ByteBuf buf,
ByteOrder order) |
void |
_write(io.netty.buffer.ByteBuf buf,
ByteOrder order) |
String |
get()
Gets this tag's value.
|
void |
set(String val)
Sets the value of this tag.
|
getAsByteArray, getAsByteArrayTag, getAsCompoundTag, getAsIntArray, getAsIntArrayTag, getAsListTag, getAsNumber, getAsNumberTag, getAsString, getAsStringTag, getName, getTypeId, indent, isByteArray, isCompoundTag, isIntArray, isListTag, isNumber, isString, name, print, read, readString, setHasName, setName, setWriteType, toString, write, writeStringpublic StringTag(String val)
val - The value.public String get()
public void set(String val)
val - The new value.public void _read(io.netty.buffer.ByteBuf buf,
ByteOrder order)
public void _write(io.netty.buffer.ByteBuf buf,
ByteOrder order)
protected void _print(PrintStream stream, String indent)
Copyright © 2017. All rights reserved.