Package devs.beer.nativepackets.api
Interface BundlePacketView
- All Superinterfaces:
PacketView
Lazy copy-on-write view over one clientbound play bundle.
-
Method Summary
Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
packets
Iterable<?> packets()Returns the original child iterable without copying it. -
packets
Replaces the child iterable used by the bundle.
-