Class BasicOperationsExample

java.lang.Object
de.pauleff.examples.BasicOperationsExample

public class BasicOperationsExample extends Object
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 Details

    • BasicOperationsExample

      public BasicOperationsExample()
  • Method Details