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