PacketWrapper

interface PacketWrapper

Wraps a raw NMS packet object, providing access to the original instance.

Implement this interface in version-specific modules to expose NMS packets through the common API without introducing direct NMS dependencies.

Properties

Link copied to clipboard
abstract val original: Any

The original NMS packet instance.