Class PacketEventsPlugin

java.lang.Object
io.github.retrooper.packetevents.PacketEventsPlugin

public class PacketEventsPlugin extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    PacketEventsPlugin(com.velocitypowered.api.proxy.ProxyServer server, org.slf4j.Logger logger, com.velocitypowered.api.plugin.PluginContainer pluginContainer, Path dataDirectory, org.bstats.velocity.Metrics.Factory metricsFactory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onProxyInitialize(com.velocitypowered.api.event.proxy.ProxyInitializeEvent event)
     
    void
    onProxyShutdown(com.velocitypowered.api.event.proxy.ProxyShutdownEvent event)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PacketEventsPlugin

      @Inject public PacketEventsPlugin(com.velocitypowered.api.proxy.ProxyServer server, org.slf4j.Logger logger, com.velocitypowered.api.plugin.PluginContainer pluginContainer, Path dataDirectory, org.bstats.velocity.Metrics.Factory metricsFactory)
  • Method Details

    • onProxyInitialize

      public void onProxyInitialize(com.velocitypowered.api.event.proxy.ProxyInitializeEvent event)
    • onProxyShutdown

      public void onProxyShutdown(com.velocitypowered.api.event.proxy.ProxyShutdownEvent event)