Interface NativeItem

All Superinterfaces:
NativeValue

public interface NativeItem extends NativeValue
Exact-adapter item handle for packet creation.

Prepare reusable items outside packet callbacks with ItemAccess.item(Object). Items returned by packet views are borrowed for the view's lifetime. Wrapping an existing native item does not copy it or grant ownership of it.