Uses of Class
at.syntaxerror.syntaxnbt.tag.TagList
Packages that use TagList
Package
Description
This package contains all the NBT tag implementations
-
Uses of TagList in at.syntaxerror.syntaxnbt.tag
Methods in at.syntaxerror.syntaxnbt.tag that return TagListModifier and TypeMethodDescriptionInserts an element at the specified position in the listAdd an element to the listTagList.addByte(byte value) Add an element to the listTagList.addByte(int index, byte value) Inserts an element at the specified position in the listTagList.addByteArray(byte[] value) Add an element to the listTagList.addByteArray(int index, byte[] value) Inserts an element at the specified position in the listTagList.addByteArrayTag(int index, TagByteArray value) Inserts an element at the specified position in the listTagList.addByteArrayTag(TagByteArray value) Add an element to the listTagList.addByteTag(int index, TagByte value) Inserts an element at the specified position in the listTagList.addByteTag(TagByte value) Add an element to the listTagList.addCompound(int index, TagCompound value) Inserts an element at the specified position in the listTagList.addCompound(TagCompound value) Add an element to the listTagList.addDouble(double value) Add an element to the listTagList.addDouble(int index, double value) Inserts an element at the specified position in the listTagList.addDoubleTag(int index, TagDouble value) Inserts an element at the specified position in the listTagList.addDoubleTag(TagDouble value) Add an element to the listTagList.addFloat(float value) Add an element to the listTagList.addFloat(int index, float value) Inserts an element at the specified position in the listTagList.addFloatTag(int index, TagFloat value) Inserts an element at the specified position in the listTagList.addFloatTag(TagFloat value) Add an element to the listTagList.addInt(int value) Add an element to the listTagList.addInt(int index, int value) Inserts an element at the specified position in the listTagList.addIntArray(int[] value) Add an element to the listTagList.addIntArray(int index, int[] value) Inserts an element at the specified position in the listTagList.addIntArrayTag(int index, TagIntArray value) Inserts an element at the specified position in the listTagList.addIntArrayTag(TagIntArray value) Add an element to the listInserts an element at the specified position in the listAdd an element to the listInserts an element at the specified position in the listAdd an element to the listTagList.addLong(int index, long value) Inserts an element at the specified position in the listTagList.addLong(long value) Add an element to the listTagList.addLongArray(int index, long[] value) Inserts an element at the specified position in the listTagList.addLongArray(long[] value) Add an element to the listTagList.addLongArrayTag(int index, TagLongArray value) Inserts an element at the specified position in the listTagList.addLongArrayTag(TagLongArray value) Add an element to the listTagList.addLongTag(int index, TagLong value) Inserts an element at the specified position in the listTagList.addLongTag(TagLong value) Add an element to the listTagList.addShort(int index, short value) Inserts an element at the specified position in the listTagList.addShort(short value) Add an element to the listTagList.addShortTag(int index, TagShort value) Inserts an element at the specified position in the listTagList.addShortTag(TagShort value) Add an element to the listInserts an element at the specified position in the listAdd an element to the listTagList.addStringTag(int index, TagString value) Inserts an element at the specified position in the listTagList.addStringTag(TagString value) Add an element to the listTagList.asByteArrayList()Returns this list, casted to a list of byte arraysTagList.asByteList()Returns this list, casted to a list of bytesTagList.asCompoundList()Returns this list, casted to a list of compoundsTagList.asDoubleList()Returns this list, casted to a list of doublesTagList.asFloatList()Returns this list, casted to a list of floatsTagList.asIntArrayList()Returns this list, casted to a list of int arraysTagList.asIntList()Returns this list, casted to a list of intsTagList.asListList()Returns this list, casted to a list of listsTagList.asListList(Class<X> componentType) Returns this list, casted to a list of lists, where each list should only contain elements of typecomponentTypeTagList.asLongArrayList()Returns this list, casted to a list of long arraysTagList.asLongList()Returns this list, casted to a list of longsTagList.asShortList()Returns this list, casted to a list of shortsTagList.asStringList()Returns this list, casted to a list of stringsTagList.clear()Removes all of the elements from this listTagList.emptyList()Constructs an empty list without a specified type.TagList<?>Returns the value to which the specified key is mapped, or throws aNBTExceptionif this map contains no mapping for the keyTagList<?>TagList.getList(int index) Returns the element at the specified position in this listTagList.remove(int index) Removes the element at the specified position in this listReplaces an element at the specified position in the listTagList.setByte(int index, byte value) Replaces an element at the specified position in the listTagList.setByteArray(int index, byte[] value) Replaces an element at the specified position in the listTagList.setByteArrayTag(int index, TagByteArray value) Replaces an element at the specified position in the listTagList.setByteTag(int index, TagByte value) Replaces an element at the specified position in the listTagList.setCompound(int index, TagCompound value) Replaces an element at the specified position in the listTagList.setDouble(int index, double value) Replaces an element at the specified position in the listTagList.setDoubleTag(int index, TagDouble value) Replaces an element at the specified position in the listTagList.setFloat(int index, float value) Replaces an element at the specified position in the listTagList.setFloatTag(int index, TagFloat value) Replaces an element at the specified position in the listTagList.setInt(int index, int value) Replaces an element at the specified position in the listTagList.setIntArray(int index, int[] value) Replaces an element at the specified position in the listTagList.setIntArrayTag(int index, TagIntArray value) Replaces an element at the specified position in the listReplaces an element at the specified position in the listReplaces an element at the specified position in the listTagList.setLong(int index, long value) Replaces an element at the specified position in the listTagList.setLongArray(int index, long[] value) Replaces an element at the specified position in the listTagList.setLongArrayTag(int index, TagLongArray value) Replaces an element at the specified position in the listTagList.setLongTag(int index, TagLong value) Replaces an element at the specified position in the listTagList.setShort(int index, short value) Replaces an element at the specified position in the listTagList.setShortTag(int index, TagShort value) Replaces an element at the specified position in the listReplaces an element at the specified position in the listTagList.setStringTag(int index, TagString value) Replaces an element at the specified position in the listMethods in at.syntaxerror.syntaxnbt.tag that return types with arguments of type TagListModifier and TypeMethodDescriptionTagList.asListList()Returns this list, casted to a list of listsTagList.asListList(Class<X> componentType) Returns this list, casted to a list of lists, where each list should only contain elements of typecomponentTypeMethods in at.syntaxerror.syntaxnbt.tag with parameters of type TagListModifier and TypeMethodDescriptionInserts an element at the specified position in the listAdd an element to the listAssociates the specified value with the specified key in this compound tagReplaces an element at the specified position in the list