| Modifier and Type | Method and Description |
|---|---|
void |
appendTag(NBTBase nbt) |
static NBTTagList |
create() |
NBTTagCompound |
getCompoundTag(int index) |
NBTBase |
getTag(int index) |
void |
removeTag(int index) |
void |
setTag(int index,
NBTBase nbt) |
int |
size() |
static NBTTagList create()
void appendTag(NBTBase nbt)
void setTag(int index,
NBTBase nbt)
void removeTag(int index)
NBTBase getTag(int index)
NBTTagCompound getCompoundTag(int index)
int size()
Copyright © 2022. All rights reserved.