Package com.comphenix.protocol.events
Class PacketPostAdapter
java.lang.Object
com.comphenix.protocol.events.PacketPostAdapter
- All Implemented Interfaces:
PacketPostListener
Represents an adapter version of a post listener.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.plugin.PluginRetrieve the plugin this listener belongs to.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.comphenix.protocol.events.PacketPostListener
onPostEvent
-
Constructor Details
-
PacketPostAdapter
public PacketPostAdapter(org.bukkit.plugin.Plugin plugin)
-
-
Method Details
-
getPlugin
public org.bukkit.plugin.Plugin getPlugin()Description copied from interface:PacketPostListenerRetrieve the plugin this listener belongs to.- Specified by:
getPluginin interfacePacketPostListener- Returns:
- The assoicated plugin.
-