| Package | Description |
|---|---|
| me.lucko.helper.nbt | |
| me.lucko.helper.shadows.nbt |
| Modifier and Type | Method and Description |
|---|---|
static NBTBase |
NBT.shadow(Object nbtObject) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends NBTBase> |
NBTTagType.shadowClass()
Gets the shadow class of this tag type.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NBTTagByte |
interface |
NBTTagByteArray |
interface |
NBTTagCompound |
interface |
NBTTagDouble |
interface |
NBTTagEnd |
interface |
NBTTagFloat |
interface |
NBTTagInt |
interface |
NBTTagIntArray |
interface |
NBTTagList |
interface |
NBTTagLong |
interface |
NBTTagLongArray |
interface |
NBTTagShort |
interface |
NBTTagString |
| Modifier and Type | Method and Description |
|---|---|
NBTBase |
NBTBase.copy() |
NBTBase |
NBTTagList.getTag(int index) |
NBTBase |
NBTTagCompound.getTag(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
NBTTagList.appendTag(NBTBase nbt) |
void |
NBTTagList.setTag(int index,
NBTBase nbt) |
void |
NBTTagCompound.setTag(String key,
NBTBase value) |
Copyright © 2020. All rights reserved.