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