Uses of Class
de.pauleff.core.Collection_Tag
Packages that use Collection_Tag
-
Uses of Collection_Tag in de.pauleff.core
Subclasses of Collection_Tag in de.pauleff.coreModifier and TypeClassDescriptionclassRepresents an NBT compound tag - a named collection of heterogeneous tags that forms the backbone of NBT data structures.classRepresents an NBT list tag - a homogeneous collection containing multiple tags of the same type, accessed by index rather than name.Methods in de.pauleff.core that return Collection_TagModifier and TypeMethodDescriptionCollection_Tag.addAllTags(List<Tag<?>> tags) Adds multiple child tags to this collection with batch type validation.Adds a child tag to this collection with type validation.Removes the first tag equal to the specified target and returns this collection.Collection_Tag.removeTagByName(String name) Removes the first tag with the specified name and returns this collection.