| Package | Description |
|---|---|
| com.nukkitx.nbt | |
| com.nukkitx.nbt.stream | |
| com.nukkitx.nbt.tag |
| Modifier and Type | Method and Description |
|---|---|
<T extends Tag> |
CompoundTagBuilder.listTag(String name,
Class<T> tagClass,
List<T> values) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Tag> |
TagType.getTagClass() |
| Modifier and Type | Method and Description |
|---|---|
CompoundTagBuilder |
CompoundTagBuilder.tag(Tag<?> tag) |
| Modifier and Type | Method and Description |
|---|---|
static TagType |
TagType.byClass(Class<? extends Tag> tagClass) |
| Modifier and Type | Method and Description |
|---|---|
Tag<?> |
NBTInputStream.readTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
NBTOutputStream.write(Tag<?> tag) |
| Modifier and Type | Class and Description |
|---|---|
class |
ListTag<T extends Tag> |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayTag |
class |
ByteTag |
class |
CompoundTag |
class |
DoubleTag |
class |
EndTag |
class |
FloatTag |
class |
IntArrayTag |
class |
IntTag |
class |
ListTag<T extends Tag> |
class |
LongArrayTag |
class |
LongTag |
class |
ShortTag |
class |
StringTag |
| Modifier and Type | Method and Description |
|---|---|
<T extends Tag<?>> |
CompoundTag.get(String key) |
<T extends Tag<?>> |
CompoundTag.getAsList(String key,
Class<T> tagClass) |
<T extends Tag<?>> |
CompoundTag.getAsList(String key,
Class<T> tagClass,
List<T> defaultValue) |
<T extends Tag<?>> |
CompoundTag.listenForList(String key,
Class<T> tagClass,
Consumer<List<T>> consumer) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Tag<?>> |
CompoundTag.getValue() |
| Modifier and Type | Method and Description |
|---|---|
int |
Tag.compareTo(Tag other) |
| Modifier and Type | Method and Description |
|---|---|
static CompoundTag |
CompoundTag.createFromList(String name,
List<Tag<?>> list) |
| Constructor and Description |
|---|
CompoundTag(String name,
Map<String,Tag<?>> value) |
Copyright © 2019. All rights reserved.