Package | Description |
---|---|
com.comphenix.attribute |
Modifier and Type | Method and Description |
---|---|
static NbtFactory.NbtList |
NbtFactory.createList(java.lang.Iterable<? extends java.lang.Object> iterable)
Construct a new NBT list of an unspecified type.
|
static NbtFactory.NbtList |
NbtFactory.createList(java.lang.Object... content)
Construct a new NBT list of an unspecified type.
|
static NbtFactory.NbtList |
NbtFactory.fromList(java.lang.Object nmsList)
Construct a new NBT wrapper from a list.
|
NbtFactory.NbtList |
NbtFactory.NbtCompound.getList(java.lang.String key,
boolean createNew)
Retrieve the list by the given name.
|