Uses of Class
com.viaversion.nbt.tag.ListTag
Packages that use ListTag
-
Uses of ListTag in com.viaversion.nbt.conversion.converter
Methods in com.viaversion.nbt.conversion.converter that return ListTagMethods in com.viaversion.nbt.conversion.converter with parameters of type ListTag -
Uses of ListTag in com.viaversion.nbt.tag
Subclasses of ListTag in com.viaversion.nbt.tagModifier and TypeClassDescriptionfinal classVanilla abomination that allows for mixed tag lists, serialized to a list of wrapping compound tags...Methods in com.viaversion.nbt.tag that return ListTagModifier and TypeMethodDescriptionListTag.copy()@Nullable ListTag<?> CompoundTag.getListTag(String tagName) CompoundTag.getListTag(String tagName, Class<T> type) CompoundTag.getNumberListTag(String tagName) static ListTag<?> Creates a list tag, possibly of mixed types.static ListTag<?> ListTag.read(DataInput in, TagLimiter tagLimiter, int nestingLevel) ByteArrayTag.toListTag()IntArrayTag.toListTag()LongArrayTag.toListTag()NumberArrayTag.toListTag()Creates a new list tag from this tag.