Package com.sk89q.jnbt
Class ListTagBuilder
java.lang.Object
com.sk89q.jnbt.ListTagBuilder
Deprecated.
Helps create list tags.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Add the given tag.addAll(Collection<? extends Tag> value)
Deprecated.Add all the tags in the given list.build()
Deprecated.Build an unnamed list tag with this builder's entries.static ListTagBuilder
Deprecated.Create a new builder instance.static ListTagBuilder
createWith(Tag... entries)
Deprecated.Create a new builder instance.
-
Method Details
-
add
Deprecated.Add the given tag.- Parameters:
value
- the tag- Returns:
- this object
-
addAll
Deprecated.Add all the tags in the given list.- Parameters:
value
- a list of tags- Returns:
- this object
-
build
Deprecated.Build an unnamed list tag with this builder's entries.- Returns:
- the new list tag
-
create
Deprecated.Create a new builder instance.- Returns:
- a new builder
-
createWith
Deprecated.Create a new builder instance.- Returns:
- a new builder
-
ListBinaryTag.Builder
.