Package net.minecraft.nbt
Class NbtString
java.lang.Object
net.minecraft.nbt.NbtString
- All Implemented Interfaces:
NbtElement
Represents an NBT string. Its type is 0x8.
Instances are immutable.
- Mappings:
Namespace Name named net/minecraft/nbt/NbtString
intermediary net/minecraft/class_2519
official vn
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final char
private static final char
private static final NbtString
private static final char
private static final char
private static final int
private final String
Fields inherited from interface net.minecraft.nbt.NbtElement
BYTE_ARRAY_TYPE, BYTE_TYPE, COMPOUND_TYPE, DOUBLE_TYPE, END_TYPE, field_33246, field_33247, field_33248, field_33249, FLOAT_TYPE, INT_ARRAY_TYPE, INT_TYPE, LIST_TYPE, LONG_ARRAY_TYPE, LONG_TYPE, MAX_DEPTH, NUMBER_TYPE, SHORT_TYPE, STRING_TYPE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(NbtElementVisitor visitor) asString()
Returns the NBT's string representation.copy()
Returns an NBT element of equal value that won't change with this element.doAccept
(NbtScanner visitor) boolean
static String
Returns the string quoted with quotes and backslashes escaped.Returns the NBT type definition of this NBT element.int
byte
getType()
Returns the type of this NBT element.int
hashCode()
static NbtString
Returns the NBT string fromvalue
.static void
toString()
void
write
(DataOutput output) Writes the NBT element tooutput
.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.nbt.NbtElement
accept
-
Field Details
-
SIZE
private static final int SIZE- See Also:
- Mappings:
Namespace Name Mixin selector named SIZE
Lnet/minecraft/nbt/NbtString;SIZE:I
intermediary field_41729
Lnet/minecraft/class_2519;field_41729:I
official b
Lvn;b:I
-
TYPE
- Mappings:
Namespace Name Mixin selector named TYPE
Lnet/minecraft/nbt/NbtString;TYPE:Lnet/minecraft/nbt/NbtType;
intermediary field_21045
Lnet/minecraft/class_2519;field_21045:Lnet/minecraft/class_4614;
official a
Lvn;a:Lvr;
-
EMPTY
- Mappings:
Namespace Name Mixin selector named EMPTY
Lnet/minecraft/nbt/NbtString;EMPTY:Lnet/minecraft/nbt/NbtString;
intermediary field_21046
Lnet/minecraft/class_2519;field_21046:Lnet/minecraft/class_2519;
official c
Lvn;c:Lvn;
-
DOUBLE_QUOTE
private static final char DOUBLE_QUOTE- See Also:
- Mappings:
Namespace Name Mixin selector named DOUBLE_QUOTE
Lnet/minecraft/nbt/NbtString;DOUBLE_QUOTE:C
intermediary field_33242
Lnet/minecraft/class_2519;field_33242:C
official w
Lvn;w:C
-
SINGLE_QUOTE
private static final char SINGLE_QUOTE- See Also:
- Mappings:
Namespace Name Mixin selector named SINGLE_QUOTE
Lnet/minecraft/nbt/NbtString;SINGLE_QUOTE:C
intermediary field_33243
Lnet/minecraft/class_2519;field_33243:C
official x
Lvn;x:C
-
BACKSLASH
private static final char BACKSLASH- See Also:
- Mappings:
Namespace Name Mixin selector named BACKSLASH
Lnet/minecraft/nbt/NbtString;BACKSLASH:C
intermediary field_33244
Lnet/minecraft/class_2519;field_33244:C
official y
Lvn;y:C
-
NULL
private static final char NULL- See Also:
- Mappings:
Namespace Name Mixin selector named NULL
Lnet/minecraft/nbt/NbtString;NULL:C
intermediary field_33245
Lnet/minecraft/class_2519;field_33245:C
official z
Lvn;z:C
-
value
- Mappings:
Namespace Name Mixin selector named value
Lnet/minecraft/nbt/NbtString;value:Ljava/lang/String;
intermediary field_11590
Lnet/minecraft/class_2519;field_11590:Ljava/lang/String;
official A
Lvn;A:Ljava/lang/String;
-
-
Constructor Details
-
NbtString
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/nbt/NbtString;<init>(Ljava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_2519;<init>(Ljava/lang/String;)V
official <init>
Lvn;<init>(Ljava/lang/String;)V
-
-
Method Details
-
skip
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector named skip
Lnet/minecraft/nbt/NbtString;skip(Ljava/io/DataInput;)V
intermediary method_39875
Lnet/minecraft/class_2519;method_39875(Ljava/io/DataInput;)V
official a
Lvn;a(Ljava/io/DataInput;)V
-
of
Returns the NBT string fromvalue
.- Returns:
- the NBT string from
value
- Mappings:
Namespace Name Mixin selector named of
Lnet/minecraft/nbt/NbtString;of(Ljava/lang/String;)Lnet/minecraft/nbt/NbtString;
intermediary method_23256
Lnet/minecraft/class_2519;method_23256(Ljava/lang/String;)Lnet/minecraft/class_2519;
official a
Lvn;a(Ljava/lang/String;)Lvn;
-
write
Writes the NBT element tooutput
.- Specified by:
write
in interfaceNbtElement
- Throws:
IOException
- API Note:
- This is a low-level method for serializing NBT elements; consider using
NbtIo
,NbtOps
, orPacketByteBuf.writeNbt(net.minecraft.nbt.NbtElement)
instead. - Mappings:
Namespace Name Mixin selector named write
Lnet/minecraft/nbt/NbtElement;write(Ljava/io/DataOutput;)V
intermediary method_10713
Lnet/minecraft/class_2520;method_10713(Ljava/io/DataOutput;)V
official a
Lvp;a(Ljava/io/DataOutput;)V
-
getSizeInBytes
public int getSizeInBytes()- Specified by:
getSizeInBytes
in interfaceNbtElement
- Mappings:
Namespace Name Mixin selector named getSizeInBytes
Lnet/minecraft/nbt/NbtElement;getSizeInBytes()I
intermediary method_47988
Lnet/minecraft/class_2520;method_47988()I
official a
Lvp;a()I
-
getType
public byte getType()Returns the type of this NBT element.- Specified by:
getType
in interfaceNbtElement
- Returns:
- the type of this NBT element
- Mappings:
Namespace Name Mixin selector named getType
Lnet/minecraft/nbt/NbtElement;getType()B
intermediary method_10711
Lnet/minecraft/class_2520;method_10711()B
official b
Lvp;b()B
-
getNbtType
Returns the NBT type definition of this NBT element.- Specified by:
getNbtType
in interfaceNbtElement
- Returns:
- the NBT type definition of this NBT element
- Mappings:
Namespace Name Mixin selector named getNbtType
Lnet/minecraft/nbt/NbtElement;getNbtType()Lnet/minecraft/nbt/NbtType;
intermediary method_23258
Lnet/minecraft/class_2520;method_23258()Lnet/minecraft/class_4614;
official c
Lvp;c()Lvr;
-
toString
- Specified by:
toString
in interfaceNbtElement
- Overrides:
toString
in classObject
-
copy
Description copied from interface:NbtElement
Returns an NBT element of equal value that won't change with this element.- Specified by:
copy
in interfaceNbtElement
- Returns:
- an NBT element of equal value that won't change with this element
- Mappings:
Namespace Name Mixin selector named copy
Lnet/minecraft/nbt/NbtString;copy()Lnet/minecraft/nbt/NbtString;
intermediary method_10705
Lnet/minecraft/class_2519;method_10705()Lnet/minecraft/class_2519;
official e
Lvn;e()Lvn;
-
equals
-
hashCode
public int hashCode() -
asString
Returns the NBT's string representation.- Specified by:
asString
in interfaceNbtElement
- Returns:
- the NBT's string representation
- Implementation Note:
- By default, this returns the same result as
StringNbtWriter
.NbtString
will return its string value instead. - Mappings:
Namespace Name Mixin selector named asString
Lnet/minecraft/nbt/NbtElement;asString()Ljava/lang/String;
intermediary method_10714
Lnet/minecraft/class_2520;method_10714()Ljava/lang/String;
official s_
Lvp;s_()Ljava/lang/String;
-
accept
- Specified by:
accept
in interfaceNbtElement
- Mappings:
Namespace Name Mixin selector named accept
Lnet/minecraft/nbt/NbtElement;accept(Lnet/minecraft/nbt/visitor/NbtElementVisitor;)V
intermediary method_32289
Lnet/minecraft/class_2520;method_32289(Lnet/minecraft/class_5627;)V
official a
Lvp;a(Lvt;)V
-
escape
Returns the string quoted with quotes and backslashes escaped.- Returns:
- the string quoted with quotes and backslashes escaped
- Implementation Note:
- If
value
contains one of the singlequote or the double quote, it tries to use the other quotes to quote the string. If both appear, then the quote that appeared later will be used to quote the string. If neither of them appears, this uses a double quote. For example, the stringIt's a "Tiny Potato"!
will be escaped as"It's a \"Tiny Potato\"!"
, while the stringIt is a "Tiny Potato"!
will be escaped as'It is a "Tiny Potato"!'
. - Mappings:
Namespace Name Mixin selector named escape
Lnet/minecraft/nbt/NbtString;escape(Ljava/lang/String;)Ljava/lang/String;
intermediary method_10706
Lnet/minecraft/class_2519;method_10706(Ljava/lang/String;)Ljava/lang/String;
official b
Lvn;b(Ljava/lang/String;)Ljava/lang/String;
-
doAccept
- Specified by:
doAccept
in interfaceNbtElement
- Mappings:
Namespace Name Mixin selector named doAccept
Lnet/minecraft/nbt/NbtElement;doAccept(Lnet/minecraft/nbt/scanner/NbtScanner;)Lnet/minecraft/nbt/scanner/NbtScanner$Result;
intermediary method_39850
Lnet/minecraft/class_2520;method_39850(Lnet/minecraft/class_6836;)Lnet/minecraft/class_6836$class_6838;
official a
Lvp;a(Lvm;)Lvm$b;
-