public interface NBTBase
extends me.lucko.shadow.Shadow
| Modifier and Type | Method and Description |
|---|---|
NBTBase |
copy() |
default NBTTagType |
getType() |
byte |
getTypeId() |
String[] |
getTypes() |
boolean |
hasNoTags() |
void |
load(DataInput dataInput,
int depth,
NBTReadLimiter readLimiter) |
void |
write(DataOutput dataOutput) |
String[] getTypes()
void write(DataOutput dataOutput) throws IOException
IOExceptionvoid load(DataInput dataInput, int depth, NBTReadLimiter readLimiter) throws IOException
IOExceptionbyte getTypeId()
default NBTTagType getType()
NBTBase copy()
boolean hasNoTags()
Copyright © 2022. All rights reserved.