- get() - Method in class xyz.nickr.nbt.tags.ByteArrayTag
-
Gets this tag's value.
- get() - Method in class xyz.nickr.nbt.tags.ByteTag
-
Gets this tag's value.
- get(String) - Method in class xyz.nickr.nbt.tags.CompoundTag
-
Gets the tag contained in this compound tag with a given name.
- get() - Method in class xyz.nickr.nbt.tags.DoubleTag
-
Gets this tag's value.
- get() - Method in class xyz.nickr.nbt.tags.FloatTag
-
Gets this tag's value.
- get() - Method in class xyz.nickr.nbt.tags.IntArrayTag
-
Gets this tag's value.
- get() - Method in class xyz.nickr.nbt.tags.IntTag
-
Gets this tag's value.
- get(int) - Method in class xyz.nickr.nbt.tags.ListTag
-
Gets the n-th
NBTTag to be added to this tag.
- get() - Method in class xyz.nickr.nbt.tags.LongTag
-
Gets this tag's value.
- get() - Method in class xyz.nickr.nbt.tags.ShortTag
-
Gets this tag's value.
- get() - Method in class xyz.nickr.nbt.tags.StringTag
-
Gets this tag's value.
- getAsByteArray(String) - Method in class xyz.nickr.nbt.tags.CompoundTag
-
Attempts to get the given tag as a byte array.
- getAsByteArray(int) - Method in class xyz.nickr.nbt.tags.ListTag
-
Attempts to get the given tag as a byte array.
- getAsByteArray() - Method in class xyz.nickr.nbt.tags.NBTTag
-
Attempts to get this tag as a byte array.
- getAsByteArrayTag(String) - Method in class xyz.nickr.nbt.tags.CompoundTag
-
Attempts to get the given tag as a ByteArrayTag.
- getAsByteArrayTag(int) - Method in class xyz.nickr.nbt.tags.ListTag
-
Attempts to get the given tag as a ByteArrayTag.
- getAsByteArrayTag() - Method in class xyz.nickr.nbt.tags.NBTTag
-
Attempts to get this tag as a ByteArrayTag.
- getAsCompoundTag(String) - Method in class xyz.nickr.nbt.tags.CompoundTag
-
Attempts to get the given tag as a compound tag.
- getAsCompoundTag(int) - Method in class xyz.nickr.nbt.tags.ListTag
-
Attempts to get the given tag as a compound tag.
- getAsCompoundTag() - Method in class xyz.nickr.nbt.tags.NBTTag
-
Attempts to get this tag as a compound tag.
- getAsIntArray(String) - Method in class xyz.nickr.nbt.tags.CompoundTag
-
Attempts to get the given tag as an int array.
- getAsIntArray(int) - Method in class xyz.nickr.nbt.tags.ListTag
-
Attempts to get the given tag as an int array.
- getAsIntArray() - Method in class xyz.nickr.nbt.tags.NBTTag
-
Attempts to get this tag as an int array.
- getAsIntArrayTag(String) - Method in class xyz.nickr.nbt.tags.CompoundTag
-
Attempts to get the given tag as a IntArrayTag.
- getAsIntArrayTag(int) - Method in class xyz.nickr.nbt.tags.ListTag
-
Attempts to get the given tag as a IntArrayTag.
- getAsIntArrayTag() - Method in class xyz.nickr.nbt.tags.NBTTag
-
Attempts to get this tag as a IntArrayTag.
- getAsListTag(String) - Method in class xyz.nickr.nbt.tags.CompoundTag
-
Attempts to get the given tag as a list tag.
- getAsListTag(int) - Method in class xyz.nickr.nbt.tags.ListTag
-
Attempts to get the given tag as a list tag.
- getAsListTag() - Method in class xyz.nickr.nbt.tags.NBTTag
-
Attempts to get this tag as a list tag.
- getAsNumber() - Method in class xyz.nickr.nbt.tags.ByteTag
-
- getAsNumber(String) - Method in class xyz.nickr.nbt.tags.CompoundTag
-
Attempts to get the given tag as a Number.
- getAsNumber() - Method in class xyz.nickr.nbt.tags.DoubleTag
-
- getAsNumber() - Method in class xyz.nickr.nbt.tags.FloatTag
-
- getAsNumber() - Method in class xyz.nickr.nbt.tags.IntTag
-
- getAsNumber(int) - Method in class xyz.nickr.nbt.tags.ListTag
-
Attempts to get the given tag as a Number.
- getAsNumber() - Method in class xyz.nickr.nbt.tags.LongTag
-
- getAsNumber() - Method in class xyz.nickr.nbt.tags.NBTTag
-
Attempts to get this tag as a Number.
- getAsNumber() - Method in class xyz.nickr.nbt.tags.NumberTag
-
- getAsNumber() - Method in class xyz.nickr.nbt.tags.ShortTag
-
- getAsNumberTag(String) - Method in class xyz.nickr.nbt.tags.CompoundTag
-
Attempts to get the given tag as a NumberTag.
- getAsNumberTag(int) - Method in class xyz.nickr.nbt.tags.ListTag
-
Attempts to get the given tag as a NumberTag.
- getAsNumberTag() - Method in class xyz.nickr.nbt.tags.NBTTag
-
Attempts to get this tag as a NumberTag.
- getAsString(String) - Method in class xyz.nickr.nbt.tags.CompoundTag
-
Attempts to get the given tag as a string.
- getAsString(int) - Method in class xyz.nickr.nbt.tags.ListTag
-
Attempts to get the given tag as a string.
- getAsString() - Method in class xyz.nickr.nbt.tags.NBTTag
-
Attempts to get this tag as a string.
- getAsStringTag(String) - Method in class xyz.nickr.nbt.tags.CompoundTag
-
Attempts to get the given tag as a StringTag.
- getAsStringTag(int) - Method in class xyz.nickr.nbt.tags.ListTag
-
Attempts to get the given tag as a StringTag.
- getAsStringTag() - Method in class xyz.nickr.nbt.tags.NBTTag
-
Attempts to get this tag as a StringTag.
- getName() - Method in class xyz.nickr.nbt.tags.NBTTag
-
Gets this tag's name.
- getTypeId() - Method in class xyz.nickr.nbt.tags.NBTTag
-
Gets this tag's type ID.
- indent(String) - Method in class xyz.nickr.nbt.tags.NBTTag
-
- IntArrayTag - Class in xyz.nickr.nbt.tags
-
Represents a
NBTTag containing an
int array.
- IntArrayTag(int[]) - Constructor for class xyz.nickr.nbt.tags.IntArrayTag
-
Creates an IntArrayTag with a given value.
- IntTag - Class in xyz.nickr.nbt.tags
-
Represents a
NBTTag containing an
int.
- IntTag(int) - Constructor for class xyz.nickr.nbt.tags.IntTag
-
Creates an IntTag with a given value.
- isByteArray(String) - Method in class xyz.nickr.nbt.tags.CompoundTag
-
Checks whether or not the given tag represents a byte array.
- isByteArray(int) - Method in class xyz.nickr.nbt.tags.ListTag
-
Checks whether or not the given tag represents a byte array.
- isByteArray() - Method in class xyz.nickr.nbt.tags.NBTTag
-
Checks whether or not this tag represents a byte array.
- isCompoundTag(String) - Method in class xyz.nickr.nbt.tags.CompoundTag
-
Checks whether or not the given tag represents a compound tag.
- isCompoundTag(int) - Method in class xyz.nickr.nbt.tags.ListTag
-
Checks whether or not the given tag represents a compound tag.
- isCompoundTag() - Method in class xyz.nickr.nbt.tags.NBTTag
-
Checks whether or not this tag represents a compound tag.
- isIntArray(String) - Method in class xyz.nickr.nbt.tags.CompoundTag
-
Checks whether or not the given tag represents an int array.
- isIntArray(int) - Method in class xyz.nickr.nbt.tags.ListTag
-
Checks whether or not the given tag represents an int array.
- isIntArray() - Method in class xyz.nickr.nbt.tags.NBTTag
-
Checks whether or not this tag represents an int array.
- isListTag(String) - Method in class xyz.nickr.nbt.tags.CompoundTag
-
Checks whether or not the given tag represents a list tag.
- isListTag(int) - Method in class xyz.nickr.nbt.tags.ListTag
-
Checks whether or not the given tag represents a list tag.
- isListTag() - Method in class xyz.nickr.nbt.tags.NBTTag
-
Checks whether or not this tag represents a list tag.
- isNumber(String) - Method in class xyz.nickr.nbt.tags.CompoundTag
-
Checks whether or not the given tag represents a number.
- isNumber(int) - Method in class xyz.nickr.nbt.tags.ListTag
-
Checks whether or not the given tag represents a number.
- isNumber() - Method in class xyz.nickr.nbt.tags.NBTTag
-
Checks whether or not this tag represents a number.
- isString(String) - Method in class xyz.nickr.nbt.tags.CompoundTag
-
Checks whether or not the given tag represents a String.
- isString(int) - Method in class xyz.nickr.nbt.tags.ListTag
-
Checks whether or not the given tag represents a String.
- isString() - Method in class xyz.nickr.nbt.tags.NBTTag
-
Checks whether or not this tag represents a String.
- iterator() - Method in class xyz.nickr.nbt.tags.CompoundTag
-
- iterator() - Method in class xyz.nickr.nbt.tags.ListTag
-
- set(byte[]) - Method in class xyz.nickr.nbt.tags.ByteArrayTag
-
Sets the value of this tag.
- set(int) - Method in class xyz.nickr.nbt.tags.ByteTag
-
Sets the value of this tag.
- set(Number) - Method in class xyz.nickr.nbt.tags.ByteTag
-
- set(Map<String, NBTTag>) - Method in class xyz.nickr.nbt.tags.CompoundTag
-
Sets the backing list of tags to be the given one.
- set(double) - Method in class xyz.nickr.nbt.tags.DoubleTag
-
Sets the value of this tag.
- set(Number) - Method in class xyz.nickr.nbt.tags.DoubleTag
-
- set(float) - Method in class xyz.nickr.nbt.tags.FloatTag
-
Sets the value of this tag.
- set(Number) - Method in class xyz.nickr.nbt.tags.FloatTag
-
- set(int[]) - Method in class xyz.nickr.nbt.tags.IntArrayTag
-
Sets the value of this tag.
- set(int) - Method in class xyz.nickr.nbt.tags.IntTag
-
Sets the value of this tag.
- set(Number) - Method in class xyz.nickr.nbt.tags.IntTag
-
- set(List<NBTTag>) - Method in class xyz.nickr.nbt.tags.ListTag
-
Sets the backing list of tags to be the given one.
- set(long) - Method in class xyz.nickr.nbt.tags.LongTag
-
Sets the value of this tag.
- set(Number) - Method in class xyz.nickr.nbt.tags.LongTag
-
- set(Number) - Method in class xyz.nickr.nbt.tags.NumberTag
-
Sets the value of this NumberTag.
- set(int) - Method in class xyz.nickr.nbt.tags.ShortTag
-
Sets the value of this tag.
- set(Number) - Method in class xyz.nickr.nbt.tags.ShortTag
-
- set(String) - Method in class xyz.nickr.nbt.tags.StringTag
-
Sets the value of this tag.
- setHasName(boolean) - Method in class xyz.nickr.nbt.tags.NBTTag
-
- setName(String) - Method in class xyz.nickr.nbt.tags.NBTTag
-
Sets this tag's name.
- setWriteType(boolean) - Method in class xyz.nickr.nbt.tags.NBTTag
-
- ShortTag - Class in xyz.nickr.nbt.tags
-
Represents a
NBTTag containing a
short.
- ShortTag(int) - Constructor for class xyz.nickr.nbt.tags.ShortTag
-
Creates a ShortTag with a given value.
- size() - Method in class xyz.nickr.nbt.tags.CompoundTag
-
Gets the number of tags added to this compound tag.
- size() - Method in class xyz.nickr.nbt.tags.ListTag
-
Gets the number of tags added to this list tag.
- spliterator() - Method in class xyz.nickr.nbt.tags.CompoundTag
-
- spliterator() - Method in class xyz.nickr.nbt.tags.ListTag
-
- StringTag - Class in xyz.nickr.nbt.tags
-
Represents a
NBTTag containing a String.
- StringTag(String) - Constructor for class xyz.nickr.nbt.tags.StringTag
-
Creates a StringTag with a given String value.