| Package | Description |
|---|---|
| com.sk89q.jnbt |
| Modifier and Type | Method and Description |
|---|---|
ListTagBuilder |
ListTagBuilder.add(Tag value)
Add the given tag.
|
ListTagBuilder |
ListTagBuilder.addAll(Collection<? extends Tag> value)
Add all the tags in the given list.
|
static ListTagBuilder |
ListTagBuilder.create(Class<? extends Tag> type)
Create a new builder instance.
|
static <T extends Tag> |
ListTagBuilder.createWith(T... entries)
Create a new builder instance.
|
Copyright © 2010-2014. All Rights Reserved.