File tree Expand file tree Collapse file tree
src/main/java/org/glavo/nbt Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- /// Base package for NBT chunks.
17+ /// Provides classes for representing NBT chunks and regions .
1818///
1919/// @see org.glavo.nbt.chunk.ChunkRegion
2020/// @see org.glavo.nbt.chunk.Chunk
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- /// Base package for input/output operations for NBT elements .
17+ /// Provides APIs for reading and writing NBT data .
1818///
1919/// - For reading and writing binary NBT data, see [NBTCodec][org.glavo.nbt.io.NBTCodec].
2020/// - For reading and writing Stringified NBT data, see [SNBTCodec][org.glavo.nbt.io.SNBTCodec].
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- /// This package contains classes for representing NBT tags.
17+ /// Provides classes for representing NBT tags.
1818///
1919/// For more information about NBT tags, see the documentation of the [org.glavo.nbt.tag.Tag] class.
2020///
You can’t perform that action at this time.
0 commit comments