| Package | Description |
|---|---|
| com.nukkitx.nbt |
| Modifier and Type | Field and Description |
|---|---|
static NbtMap |
NbtMap.EMPTY |
| Modifier and Type | Field and Description |
|---|---|
static NbtType<NbtMap> |
NbtType.COMPOUND |
| Modifier and Type | Method and Description |
|---|---|
NbtMap |
NbtMapBuilder.build() |
NbtMap |
NbtMap.getCompound(String key) |
NbtMap |
NbtMap.getCompound(String key,
NbtMap defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
static NbtMapBuilder |
NbtMapBuilder.from(NbtMap map) |
NbtMap |
NbtMap.getCompound(String key,
NbtMap defaultValue) |
NbtMapBuilder |
NbtMapBuilder.putCompound(String name,
NbtMap value) |
| Modifier and Type | Method and Description |
|---|---|
void |
NbtMap.listenForCompound(String key,
Consumer<NbtMap> consumer) |
Copyright © 2020. All rights reserved.