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