Package devs.beer.nativepackets.api
Interface NativePacketSnapshotView
- All Superinterfaces:
PacketView
Zero-copy typed view for packet shapes whose structured state remains native.
The snapshot is the exact native packet and may replace the packet only with another instance of the same exact native class.
-
Method Summary
Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
snapshot
NativeValue snapshot() -
snapshot
-