- 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(LinkedHashMap<String, Tag>) - Method in class com.github.steveice10.opennbt.tag.builtin.CompoundTag
-
Sets the value of this tag without wrapping the map.
- 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.
- ShortTag - Class in com.github.steveice10.opennbt.tag.builtin
-
A tag containing a short.
- ShortTag() - Constructor for class com.github.steveice10.opennbt.tag.builtin.ShortTag
-
Creates a tag.
- ShortTag(short) - Constructor for class com.github.steveice10.opennbt.tag.builtin.ShortTag
-
Creates a tag.
- 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.
- StringTag - Class in com.github.steveice10.opennbt.tag.builtin
-
A tag containing a string.
- StringTag() - Constructor for class com.github.steveice10.opennbt.tag.builtin.StringTag
-
Creates a tag.
- StringTag(String) - Constructor for class com.github.steveice10.opennbt.tag.builtin.StringTag
-
Creates a tag.
- 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
-