| Package | Description |
|---|---|
| com.sk89q.jnbt | |
| com.sk89q.worldedit.world.storage |
| Modifier and Type | Method and Description |
|---|---|
ListTag |
ListTagBuilder.build()
Build an unnamed list tag with this builder's entries.
|
ListTag |
ListTagBuilder.build(String name)
Build a new list tag with this builder's entries.
|
ListTag |
ListTag.getListTag(int index)
Get a
TagList named with the given index. |
ListTag |
CompoundTag.getListTag(String key)
Get a
TagList named with the given key. |
ListTag |
ListTag.setValue(List<Tag> list)
Create a new list tag with this tag's name and type.
|
| Modifier and Type | Method and Description |
|---|---|
static Vector |
NBTUtils.toVector(ListTag listTag)
Read a vector from a list tag containing ideally three values: the
X, Y, and Z components.
|
| Modifier and Type | Method and Description |
|---|---|
static Location |
NBTConversions.toLocation(Extent extent,
ListTag positionTag,
ListTag directionTag)
Read a
Location from two list tags, the first of which contains
three numbers for the X, Y, and Z components, and the second of
which contains two numbers, the yaw and pitch in degrees. |
Copyright © 2010-2014. All Rights Reserved.