Package devs.beer.nativepackets.api
Interface CursorItemPacketView
- All Superinterfaces:
PacketView
Lazy copy-on-write view of the carried cursor item.
-
Method Summary
Modifier and TypeMethodDescriptionitem()Returns the borrowed item; valid only while this view is active.voiditem(NativeItem value) Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
item
NativeItem item()Returns the borrowed item; valid only while this view is active. -
item
-