Package com.viaversion.nbt.tag
Interface NumberArrayTag
- All Superinterfaces:
Tag
- All Known Implementing Classes:
ByteArrayTag,IntArrayTag,LongArrayTag
-
Method Summary
Methods inherited from interface com.viaversion.nbt.tag.Tag
asRawString, getTagId, getValue, write
-
Method Details
-
length
int length()Gets the length of this tag's array.- Returns:
- array length
-
toListTag
Creates a new list tag from this tag.- Returns:
- a new list tag
-
copy
NumberArrayTag copy()Description copied from interface:TagReturns a copy of this tag.
-