NbtText.BlockNbtText, NbtText.EntityNbtText, NbtText.StorageNbtTextText.Serializer| Modifier and Type | Field and Description |
|---|---|
private PosArgument |
pos |
private String |
rawPos |
| Modifier | Constructor and Description |
|---|---|
|
BlockNbtText(String rawPath,
boolean rawJson,
String rawPos) |
private |
BlockNbtText(String rawPath,
NbtPathArgumentType.NbtPath path,
boolean interpret,
String rawPos,
PosArgument pos) |
| Modifier and Type | Method and Description |
|---|---|
Text |
copy() |
boolean |
equals(Object obj) |
String |
getPos() |
private PosArgument |
parsePos(String rawPos) |
protected Stream<CompoundTag> |
toNbt(ServerCommandSource source) |
String |
toString() |
asString, getPath, parse, shouldInterpretappend, getSiblings, getStyle, hashCode, setStyle, streamclone, finalize, getClass, notify, notifyAll, wait, wait, waitappend, asFormattedString, asTruncatedString, copyWithoutChildren, deepCopy, formatted, formatted, getString, iterator, streamCopied, styledforEach, spliteratorprivate final String rawPos
@Nullable private final PosArgument pos
private BlockNbtText(String rawPath, @Nullable NbtPathArgumentType.NbtPath path, boolean interpret, String rawPos, @Nullable PosArgument pos)
@Nullable private PosArgument parsePos(String rawPos)
public Text copy()
protected Stream<CompoundTag> toNbt(ServerCommandSource source)