Uses of Class
at.syntaxerror.syntaxnbt.tag.TagArray
Packages that use TagArray
Package
Description
This package contains all the NBT tag implementations
-
Uses of TagArray in at.syntaxerror.syntaxnbt.tag
Subclasses of TagArray in at.syntaxerror.syntaxnbt.tagModifier and TypeClassDescriptionclassA length-prefixed array of signed bytes.classA length-prefixed array of signed integers.classA length-prefixed array of signed longs.Methods in at.syntaxerror.syntaxnbt.tag that return TagArrayModifier and TypeMethodDescriptionInserts an element at the specified position in the arrayAdd an element to the arrayInserts an element at the specified position in the arrayAdd an element to the arrayTagArray.clear()Removes all of the elements from this arrayTagArray.remove(int index) Removes the element at the specified position in this arrayReplaces an element at the specified position in the arrayReplaces an element at the specified position in the array