接口 NBTBase
-
- 所有已知子接口:
NBTCompound,NBTNumber
- 所有已知实现类:
NBTList,NBTTagByte,NBTTagByteArray,NBTTagCompound,NBTTagCompound,NBTTagDouble,NBTTagEnd,NBTTagFloat,NBTTagInt,NBTTagIntArray,NBTTagList,NBTTagLong,NBTTagLongArray,NBTTagShort,NBTTagString
public interface NBTBase
-
-
方法详细资料
-
createTag
static NBTBase createTag(byte id)
-
write
void write(DataOutput out) throws IOException
- 抛出:
IOException
-
load
void load(DataInput input, int depth, NBTReadLimiter limiter) throws IOException
- 抛出:
IOException
-
getTypeId
byte getTypeId()
-
asString
default String asString()
-
clone
NBTBase clone()
-
accept
default void accept(String name, NBTVisitor visitor)
-
-