Skip to content
This repository was archived by the owner on Dec 19, 2022. It is now read-only.
lgou2w edited this page Jun 29, 2019 · 3 revisions

一个多平台的 lgou2w 开发套件.

NBT 标签

TODO

  • 模块信息
<module>
  <groupId>com.lgou2w</groupId>
  <artifactId>ldk-nbt</artifactId>
</module>

import com.lgou2w.ldk.nbt.*

目录

结构

todo

名称 类型 超类
NBT<T> interface Cloneable
NBTBase<T> abstract NBT
NBTTagNumber<T : Number> abstract NBTBase
NBTType enum N/A
NBTStreams object N/A
NBTReadable interface N/A
NBTSavable interface N/A
> 标签名称
NBTTagEnd class NBTBase
NBTTagByte class NBTTagNumber
NBTTagShort class NBTTagNumber
NBTTagInt class NBTTagNumber
NBTTagLong class NBTTagNumber
NBTTagFloat class NBTTagNumber
NBTTagDouble class NBTTagNumber
NBTTagByteArray class NBTBase
NBTTagString class NBTBase
NBTTagList class NBTBase, List
NBTTagCompound class NBTBase, Map
NBTTagIntArray class NBTBase
NBTTagLongArray class NBTBase

Clone this wiki locally