Uses of Enum Class
at.syntaxerror.syntaxnbt.tag.TagType
Packages that use TagType
Package
Description
This package contains all the NBT tag implementations
-
Uses of TagType in at.syntaxerror.syntaxnbt.tag
Methods in at.syntaxerror.syntaxnbt.tag that return TagTypeModifier and TypeMethodDescriptionTagList.getComponentType()Returns the type of elements in this list.@NonNull TagTypeTag.getType()Returns the type of this tagstatic TagTypeTagType.getTypeFromClass(Class<?> clazz) Converts aclassinto its corresponding tag typestatic TagTypeTagType.getTypeFromId(int id) Converts anIDinto its corresponding tag typestatic TagTypeReturns the enum constant of this class with the specified name.static TagType[]TagType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in at.syntaxerror.syntaxnbt.tag with parameters of type TagTypeModifier and TypeMethodDescriptionbooleanTests if the type of this tag matches the type specifiedbooleanTests if this tag is aTagListcontaining only elements of typecomponentTypeConstructors in at.syntaxerror.syntaxnbt.tag with parameters of type TagTypeModifierConstructorDescriptionprotectedConstructs a new tag with a type and an initial valueprotectedConstructs an array of the specified typeprotectedConstructs a new tag with a type and an initial value