Package devs.beer.nativepackets.api
Interface SynchronizedPacketListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback executed on the selected Bukkit entity or region scheduler.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonPacket(PacketEvent event, SynchronizedPacketAccess access) Handles the still-suspended packet and synchronized Bukkit state.
-
Method Details
-
onPacket
Handles the still-suspended packet and synchronized Bukkit state.- Throws:
Exception
-