Uses of Interface
de.pauleff.api.IListTag
Packages that use IListTag
-
Uses of IListTag in de.pauleff.api
Methods in de.pauleff.api that return IListTagModifier and TypeMethodDescriptionIListTag.addCompound(String name) Adds an empty compound element to this list.Adds a double-precision floating point element to this list.Adds an integer element to this list.Adds a string element to this list.static IListTagNBTFactory.createList(int listTypeID) Creates an empty list tag for the specified element type.static IListTagNBTFactory.createList(String name, int listTypeID) Creates a named list tag for the specified element type.Retrieves a list tag by name without casting.static IListTagNBTFactory.parseListFromSNBT(String snbt) Parses SNBT text into a list tag. -
Uses of IListTag in de.pauleff.builder
Methods in de.pauleff.builder that return IListTag -
Uses of IListTag in de.pauleff.core
Classes in de.pauleff.core that implement IListTagModifier and TypeClassDescriptionclassRepresents 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 IListTagModifier and TypeMethodDescriptionTag_List.addCompound(String name) Adds a compound element to this list with fluent chaining.Adds a double-precision element to this list with fluent chaining.Adds an integer element to this list with fluent chaining.Adds a string element to this list with fluent chaining.