public interface PacketPostListener
| Modifier and Type | Method and Description |
|---|---|
org.bukkit.plugin.Plugin |
getPlugin()
Retrieve the plugin this listener belongs to.
|
void |
onPostEvent(PacketEvent event)
Invoked after a packet has been sent or received.
|
org.bukkit.plugin.Plugin getPlugin()
void onPostEvent(PacketEvent event)
Note that this is invoked asynchronously.
event - - the packet event.Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.