Uses of Class
at.syntaxerror.syntaxnbt.tag.TagLongArray
Packages that use TagLongArray
Package
Description
This package contains all the NBT tag implementations
-
Uses of TagLongArray in at.syntaxerror.syntaxnbt.tag
Methods in at.syntaxerror.syntaxnbt.tag that return TagLongArrayModifier and TypeMethodDescriptionTagCompound.getLongArrayTag(String key) Returns the value to which the specified key is mapped, or throws aNBTExceptionif this map contains no mapping for the keyTagList.getLongArrayTag(int index) Returns the element at the specified position in this listMethods in at.syntaxerror.syntaxnbt.tag that return types with arguments of type TagLongArrayModifier and TypeMethodDescriptionTagList.asLongArrayList()Returns this list, casted to a list of long arraysMethods in at.syntaxerror.syntaxnbt.tag with parameters of type TagLongArrayModifier and TypeMethodDescriptionTagList.addLongArrayTag(int index, TagLongArray value) Inserts an element at the specified position in the listTagList.addLongArrayTag(TagLongArray value) Add an element to the listTagCompound.putLongArrayTag(String key, TagLongArray value) Associates the specified value with the specified key in this compound tagTagList.setLongArrayTag(int index, TagLongArray value) Replaces an element at the specified position in the list