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