Interface NumberArrayTag

All Superinterfaces:
Tag
All Known Implementing Classes:
ByteArrayTag, IntArrayTag, LongArrayTag

public interface NumberArrayTag extends Tag
  • Method Details

    • length

      int length()
      Gets the length of this tag's array.
      Returns:
      array length
    • toListTag

      ListTag<? extends NumberTag> toListTag()
      Creates a new list tag from this tag.
      Returns:
      a new list tag
    • copy

      Description copied from interface: Tag
      Returns a copy of this tag.
      Specified by:
      copy in interface Tag
      Returns:
      a copy of this tag