- length() - Method in class com.github.steveice10.opennbt.tag.builtin.ByteArrayTag
-
Gets the length of this tag's array.
- length() - Method in class com.github.steveice10.opennbt.tag.builtin.custom.DoubleArrayTag
-
Gets the length of this tag's array.
- length() - Method in class com.github.steveice10.opennbt.tag.builtin.custom.FloatArrayTag
-
Gets the length of this tag's array.
- length() - Method in class com.github.steveice10.opennbt.tag.builtin.custom.ShortArrayTag
-
Gets the length of this tag's array.
- length() - Method in class com.github.steveice10.opennbt.tag.builtin.IntArrayTag
-
Gets the length of this tag's array.
- length() - Method in class com.github.steveice10.opennbt.tag.builtin.LongArrayTag
-
Gets the length of this tag's array.
- ListTag - Class in com.github.steveice10.opennbt.tag.builtin
-
A tag containing a list of tags.
- ListTag(String) - Constructor for class com.github.steveice10.opennbt.tag.builtin.ListTag
-
Creates an empty list tag with the specified name and no defined type.
- ListTag(String, Class<? extends Tag>) - Constructor for class com.github.steveice10.opennbt.tag.builtin.ListTag
-
Creates an empty list tag with the specified name and type.
- ListTag(String, List<Tag>) - Constructor for class com.github.steveice10.opennbt.tag.builtin.ListTag
-
Creates a list tag with the specified name and value.
- ListTagConverter - Class in com.github.steveice10.opennbt.conversion.builtin
-
A converter that converts between CompoundTag and Map.
- ListTagConverter() - Constructor for class com.github.steveice10.opennbt.conversion.builtin.ListTagConverter
-
- LongArrayTag - Class in com.github.steveice10.opennbt.tag.builtin
-
A tag containing a long array.
- LongArrayTag(String) - Constructor for class com.github.steveice10.opennbt.tag.builtin.LongArrayTag
-
Creates a tag with the specified name.
- LongArrayTag(String, long[]) - Constructor for class com.github.steveice10.opennbt.tag.builtin.LongArrayTag
-
Creates a tag with the specified name.
- LongArrayTagConverter - Class in com.github.steveice10.opennbt.conversion.builtin
-
A converter that converts between LongArrayTag and long[].
- LongArrayTagConverter() - Constructor for class com.github.steveice10.opennbt.conversion.builtin.LongArrayTagConverter
-
- LongTag - Class in com.github.steveice10.opennbt.tag.builtin
-
A tag containing a long.
- LongTag(String) - Constructor for class com.github.steveice10.opennbt.tag.builtin.LongTag
-
Creates a tag with the specified name.
- LongTag(String, long) - Constructor for class com.github.steveice10.opennbt.tag.builtin.LongTag
-
Creates a tag with the specified name.
- LongTagConverter - Class in com.github.steveice10.opennbt.conversion.builtin
-
A converter that converts between LongTag and long.
- LongTagConverter() - Constructor for class com.github.steveice10.opennbt.conversion.builtin.LongTagConverter
-
- lookAhead(int) - Method in class com.github.steveice10.opennbt.SNBTIO.StringifiedNBTReader
-
- setValue(byte[]) - Method in class com.github.steveice10.opennbt.tag.builtin.ByteArrayTag
-
Sets the value of this tag.
- setValue(int, byte) - Method in class com.github.steveice10.opennbt.tag.builtin.ByteArrayTag
-
Sets a value in this tag's array.
- setValue(byte) - Method in class com.github.steveice10.opennbt.tag.builtin.ByteTag
-
Sets the value of this tag.
- setValue(Map<String, Tag>) - Method in class com.github.steveice10.opennbt.tag.builtin.CompoundTag
-
Sets the value of this tag.
- setValue(double[]) - Method in class com.github.steveice10.opennbt.tag.builtin.custom.DoubleArrayTag
-
Sets the value of this tag.
- setValue(int, double) - Method in class com.github.steveice10.opennbt.tag.builtin.custom.DoubleArrayTag
-
Sets a value in this tag's array.
- setValue(float[]) - Method in class com.github.steveice10.opennbt.tag.builtin.custom.FloatArrayTag
-
Sets the value of this tag.
- setValue(int, float) - Method in class com.github.steveice10.opennbt.tag.builtin.custom.FloatArrayTag
-
Sets a value in this tag's array.
- setValue(short[]) - Method in class com.github.steveice10.opennbt.tag.builtin.custom.ShortArrayTag
-
Sets the value of this tag.
- setValue(int, short) - Method in class com.github.steveice10.opennbt.tag.builtin.custom.ShortArrayTag
-
Sets a value in this tag's array.
- setValue(double) - Method in class com.github.steveice10.opennbt.tag.builtin.DoubleTag
-
Sets the value of this tag.
- setValue(float) - Method in class com.github.steveice10.opennbt.tag.builtin.FloatTag
-
Sets the value of this tag.
- setValue(int[]) - Method in class com.github.steveice10.opennbt.tag.builtin.IntArrayTag
-
Sets the value of this tag.
- setValue(int, int) - Method in class com.github.steveice10.opennbt.tag.builtin.IntArrayTag
-
Sets a value in this tag's array.
- setValue(int) - Method in class com.github.steveice10.opennbt.tag.builtin.IntTag
-
Sets the value of this tag.
- setValue(List<Tag>) - Method in class com.github.steveice10.opennbt.tag.builtin.ListTag
-
Sets the value of this tag.
- setValue(long[]) - Method in class com.github.steveice10.opennbt.tag.builtin.LongArrayTag
-
Sets the value of this tag.
- setValue(int, long) - Method in class com.github.steveice10.opennbt.tag.builtin.LongArrayTag
-
Sets a value in this tag's array.
- setValue(long) - Method in class com.github.steveice10.opennbt.tag.builtin.LongTag
-
Sets the value of this tag.
- setValue(short) - Method in class com.github.steveice10.opennbt.tag.builtin.ShortTag
-
Sets the value of this tag.
- setValue(String) - Method in class com.github.steveice10.opennbt.tag.builtin.StringTag
-
Sets the value of this tag.
- ShortArrayTag - Class in com.github.steveice10.opennbt.tag.builtin.custom
-
A tag containing a short array.
- ShortArrayTag(String) - Constructor for class com.github.steveice10.opennbt.tag.builtin.custom.ShortArrayTag
-
Creates a tag with the specified name.
- ShortArrayTag(String, short[]) - Constructor for class com.github.steveice10.opennbt.tag.builtin.custom.ShortArrayTag
-
Creates a tag with the specified name.
- ShortArrayTagConverter - Class in com.github.steveice10.opennbt.conversion.builtin.custom
-
A converter that converts between ShortArrayTag and short[].
- ShortArrayTagConverter() - Constructor for class com.github.steveice10.opennbt.conversion.builtin.custom.ShortArrayTagConverter
-
- ShortTag - Class in com.github.steveice10.opennbt.tag.builtin
-
A tag containing a short.
- ShortTag(String) - Constructor for class com.github.steveice10.opennbt.tag.builtin.ShortTag
-
Creates a tag with the specified name.
- ShortTag(String, short) - Constructor for class com.github.steveice10.opennbt.tag.builtin.ShortTag
-
Creates a tag with the specified name.
- ShortTagConverter - Class in com.github.steveice10.opennbt.conversion.builtin
-
A converter that converts between ShortTag and short.
- ShortTagConverter() - Constructor for class com.github.steveice10.opennbt.conversion.builtin.ShortTagConverter
-
- size() - Method in class com.github.steveice10.opennbt.tag.builtin.CompoundTag
-
Gets the number of tags in this compound tag.
- size() - Method in class com.github.steveice10.opennbt.tag.builtin.ListTag
-
Gets the number of tags in this list tag.
- skipWhitespace() - Method in class com.github.steveice10.opennbt.SNBTIO.StringifiedNBTReader
-
- SNBTIO - Class in com.github.steveice10.opennbt
-
A class containing methods for reading/writing stringified NBT tags.
- SNBTIO() - Constructor for class com.github.steveice10.opennbt.SNBTIO
-
- SNBTIO.StringifiedNBTReader - Class in com.github.steveice10.opennbt
-
- SNBTIO.StringifiedNBTWriter - Class in com.github.steveice10.opennbt
-
- StringifiedNBTReader(InputStream) - Constructor for class com.github.steveice10.opennbt.SNBTIO.StringifiedNBTReader
-
- StringifiedNBTWriter(OutputStream) - Constructor for class com.github.steveice10.opennbt.SNBTIO.StringifiedNBTWriter
-
- stringify(SNBTIO.StringifiedNBTWriter, boolean, int) - Method in class com.github.steveice10.opennbt.tag.builtin.ByteArrayTag
-
- stringify(SNBTIO.StringifiedNBTWriter, boolean, int) - Method in class com.github.steveice10.opennbt.tag.builtin.ByteTag
-
- stringify(SNBTIO.StringifiedNBTWriter, boolean, int) - Method in class com.github.steveice10.opennbt.tag.builtin.CompoundTag
-
- stringify(SNBTIO.StringifiedNBTWriter, boolean, int) - Method in class com.github.steveice10.opennbt.tag.builtin.custom.DoubleArrayTag
-
- stringify(SNBTIO.StringifiedNBTWriter, boolean, int) - Method in class com.github.steveice10.opennbt.tag.builtin.custom.FloatArrayTag
-
- stringify(SNBTIO.StringifiedNBTWriter, boolean, int) - Method in class com.github.steveice10.opennbt.tag.builtin.custom.ShortArrayTag
-
- stringify(SNBTIO.StringifiedNBTWriter, boolean, int) - Method in class com.github.steveice10.opennbt.tag.builtin.DoubleTag
-
- stringify(SNBTIO.StringifiedNBTWriter, boolean, int) - Method in class com.github.steveice10.opennbt.tag.builtin.FloatTag
-
- stringify(SNBTIO.StringifiedNBTWriter, boolean, int) - Method in class com.github.steveice10.opennbt.tag.builtin.IntArrayTag
-
- stringify(SNBTIO.StringifiedNBTWriter, boolean, int) - Method in class com.github.steveice10.opennbt.tag.builtin.IntTag
-
- stringify(SNBTIO.StringifiedNBTWriter, boolean, int) - Method in class com.github.steveice10.opennbt.tag.builtin.ListTag
-
- stringify(SNBTIO.StringifiedNBTWriter, boolean, int) - Method in class com.github.steveice10.opennbt.tag.builtin.LongArrayTag
-
- stringify(SNBTIO.StringifiedNBTWriter, boolean, int) - Method in class com.github.steveice10.opennbt.tag.builtin.LongTag
-
- stringify(SNBTIO.StringifiedNBTWriter, boolean, int) - Method in class com.github.steveice10.opennbt.tag.builtin.ShortTag
-
- stringify(SNBTIO.StringifiedNBTWriter, boolean, int) - Method in class com.github.steveice10.opennbt.tag.builtin.StringTag
-
- stringify(SNBTIO.StringifiedNBTWriter, boolean, int) - Method in class com.github.steveice10.opennbt.tag.builtin.Tag
-
Write this tag as stringified NBT.
- StringTag - Class in com.github.steveice10.opennbt.tag.builtin
-
A tag containing a string.
- StringTag(String) - Constructor for class com.github.steveice10.opennbt.tag.builtin.StringTag
-
Creates a tag with the specified name.
- StringTag(String, String) - Constructor for class com.github.steveice10.opennbt.tag.builtin.StringTag
-
Creates a tag with the specified name.
- StringTagConverter - Class in com.github.steveice10.opennbt.conversion.builtin
-
A converter that converts between StringTag and String.
- StringTagConverter() - Constructor for class com.github.steveice10.opennbt.conversion.builtin.StringTagConverter
-