Class BasicOperationsExample
java.lang.Object
de.pauleff.examples.BasicOperationsExample
Demonstrates basic NBT operations using jNBT library.
Shows fundamental tag creation, compound operations, and file I/O.
Core concepts:
- NBTFactory: Primary API for creating tags
- NBTFileFactory: File operations with automatic compression
- Type-safe getters: Access data without casting
- Fluent API: Method chaining for readable code
- Author:
- Paul Ferlitz
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BasicOperationsExample
public BasicOperationsExample()
-
-
Method Details
-
main
- Throws:
IOException
-