Class VGuiPlatform

java.lang.Object
me.agent.vgui.core.VGuiPlatform

public final class VGuiPlatform extends Object
Standalone plugin entry point. Loads the embedded PacketEvents runtime, initializes VGuiBootstrap and registers the /vgui demo command.
  • Constructor Summary

    Constructors
    Constructor
    Description
    VGuiPlatform(com.velocitypowered.api.proxy.ProxyServer server, com.velocitypowered.api.plugin.PluginContainer pluginContainer, org.slf4j.Logger logger, Path dataDirectory)
     
  • Method Summary

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

    Methods inherited from class Object

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

    • VGuiPlatform

      @Inject public VGuiPlatform(com.velocitypowered.api.proxy.ProxyServer server, com.velocitypowered.api.plugin.PluginContainer pluginContainer, org.slf4j.Logger logger, Path dataDirectory)
  • Method Details

    • onProxyInitialization

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

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