Uses of Class
at.syntaxerror.syntaxnbt.tag.TagByte
Packages that use TagByte
Package
Description
This package contains all the NBT tag implementations
-
Uses of TagByte in at.syntaxerror.syntaxnbt.tag
Methods in at.syntaxerror.syntaxnbt.tag that return TagByteModifier and TypeMethodDescriptionTagCompound.getByteTag(String key) Returns the value to which the specified key is mapped, or throws aNBTExceptionif this map contains no mapping for the keyTagList.getByteTag(int index) Returns the element at the specified position in this listTagByteArray.getTag(int index) Methods in at.syntaxerror.syntaxnbt.tag that return types with arguments of type TagByteModifier and TypeMethodDescriptionTagList.asByteList()Returns this list, casted to a list of bytesMethods in at.syntaxerror.syntaxnbt.tag with parameters of type TagByteModifier and TypeMethodDescriptionTagList.addByteTag(int index, TagByte value) Inserts an element at the specified position in the listTagList.addByteTag(TagByte value) Add an element to the listTagCompound.putByteTag(String key, TagByte value) Associates the specified value with the specified key in this compound tagTagList.setByteTag(int index, TagByte value) Replaces an element at the specified position in the list