Uses of Class
at.syntaxerror.syntaxnbt.tag.Tag
Packages that use Tag
Package
Description
Package is internal use only (not accessible by other modules)
This package contains NBT serializers and deserializers.
This package contains all the NBT path node implementations
This package contains all the NBT tag implementations
-
Uses of Tag in at.syntaxerror.syntaxnbt.internal
Methods in at.syntaxerror.syntaxnbt.internal that return TagModifier and TypeMethodDescriptionprotected Tag<?>SNBTParser.Range.convert(BigInteger number) Converts a number into an NBT TagMethods in at.syntaxerror.syntaxnbt.internal that return types with arguments of type TagModifier and TypeMethodDescriptionFunction<BigInteger,Tag<?>> SNBTParser.Range.converter()Returns the value of theconverterrecord component.Methods in at.syntaxerror.syntaxnbt.internal with parameters of type TagConstructor parameters in at.syntaxerror.syntaxnbt.internal with type arguments of type TagModifierConstructorDescriptionprotectedRange(BigInteger min, BigInteger max, Function<BigInteger, Tag<?>> converter) Creates an instance of aRangerecord class. -
Uses of Tag in at.syntaxerror.syntaxnbt.path
Methods in at.syntaxerror.syntaxnbt.path that return TagModifier and TypeMethodDescriptionprotected Tag<?>Returns the tag with the specified name in a compound, if presentMethods in at.syntaxerror.syntaxnbt.path that return types with arguments of type TagModifier and TypeMethodDescriptionTraverse recursively through the tag's tree structure and return the matching tagsPathNode.traverseAll(List<Tag<?>> tags) Traverse recursively through the tree structures of all tags and return the matching tagsPathNode.traverseSelf(Tag<?> tag) Traverse through the tag's tree structure and return the matching tags.PathNodeCompound.traverseSelf(Tag<?> target) PathNodeIndex.traverseSelf(Tag<?> target) PathNodeList.traverseSelf(Tag<?> tag) PathNodeListTag.traverseSelf(Tag<?> tag) PathNodeNamed.traverseSelf(Tag<?> target) PathNodeRoot.traverseSelf(Tag<?> tag) PathNodeSubList.traverseSelf(Tag<?> tag) Methods in at.syntaxerror.syntaxnbt.path with parameters of type TagModifier and TypeMethodDescriptionprotected Tag<?>Returns the tag with the specified name in a compound, if presentTraverse recursively through the tag's tree structure and return the matching tagsPathNode.traverseSelf(Tag<?> tag) Traverse through the tag's tree structure and return the matching tags.PathNodeCompound.traverseSelf(Tag<?> target) PathNodeIndex.traverseSelf(Tag<?> target) PathNodeList.traverseSelf(Tag<?> tag) PathNodeListTag.traverseSelf(Tag<?> tag) PathNodeNamed.traverseSelf(Tag<?> target) PathNodeRoot.traverseSelf(Tag<?> tag) PathNodeSubList.traverseSelf(Tag<?> tag) Method parameters in at.syntaxerror.syntaxnbt.path with type arguments of type TagModifier and TypeMethodDescriptionPathNode.traverseAll(List<Tag<?>> tags) Traverse recursively through the tree structures of all tags and return the matching tags -
Uses of Tag in at.syntaxerror.syntaxnbt.tag
Classes in at.syntaxerror.syntaxnbt.tag with type parameters of type TagModifier and TypeClassDescriptionclassA list of nameless tags, all of the same type.Subclasses of Tag in at.syntaxerror.syntaxnbt.tagModifier and TypeClassDescriptionclassclassA single signed byteclassA length-prefixed array of signed bytes.classEffectively a list of a named tags.classfinal classSignifies the end of a TAG_Compound.classclassA single signed, big endian 32 bit integerclassA length-prefixed array of signed integers.classA list of nameless tags, all of the same type.classA single signed, big endian 64 bit integerclassA length-prefixed array of signed longs.classclassA single signed, big endian 16 bit integerclassA length-prefixed modified UTF-8 string.Methods in at.syntaxerror.syntaxnbt.tag with type parameters of type TagModifier and TypeMethodDescriptionTagList.asListList(Class<X> componentType) Returns this list, casted to a list of lists, where each list should only contain elements of typecomponentType<N extends Tag<?>>
NTag.cast()Casts this tag to the requested type, if possibleMethods in at.syntaxerror.syntaxnbt.tag that return TagModifier and TypeMethodDescriptionTag<?>Returns the value to which the specified key is mapped, or throws aNBTExceptionif this map contains no mapping for the keyTag<?>Returns the value to which the specified key is mapped, ordefaultValueif this map contains no mapping for the key.Methods in at.syntaxerror.syntaxnbt.tag that return types with arguments of type TagModifier and TypeMethodDescriptionTagList.emptyList()Constructs an empty list without a specified type.Methods in at.syntaxerror.syntaxnbt.tag with parameters of type TagModifier and TypeMethodDescriptionprotected booleanCompares two tags for equalityprotected booleanprotected booleanprotected booleanTag<?>Returns the value to which the specified key is mapped, ordefaultValueif this map contains no mapping for the key.Associates the specified value with the specified key in this compound tagConstructor parameters in at.syntaxerror.syntaxnbt.tag with type arguments of type Tag