Class GeyserViaProxyPlugin

java.lang.Object
net.raphimc.viaproxy.plugins.ViaProxyPlugin
org.geysermc.geyser.platform.viaproxy.GeyserViaProxyPlugin
All Implemented Interfaces:
org.geysermc.geyser.GeyserBootstrap

public class GeyserViaProxyPlugin extends net.raphimc.viaproxy.plugins.ViaProxyPlugin implements org.geysermc.geyser.GeyserBootstrap
  • Field Details

    • ROOT_FOLDER

      public static final File ROOT_FOLDER
  • Constructor Details

    • GeyserViaProxyPlugin

      public GeyserViaProxyPlugin()
  • Method Details

    • onEnable

      public void onEnable()
      Specified by:
      onEnable in class net.raphimc.viaproxy.plugins.ViaProxyPlugin
    • onDisable

      public void onDisable()
      Overrides:
      onDisable in class net.raphimc.viaproxy.plugins.ViaProxyPlugin
    • onGeyserInitialize

      public void onGeyserInitialize()
      Specified by:
      onGeyserInitialize in interface org.geysermc.geyser.GeyserBootstrap
    • onGeyserEnable

      public void onGeyserEnable()
      Specified by:
      onGeyserEnable in interface org.geysermc.geyser.GeyserBootstrap
    • onGeyserDisable

      public void onGeyserDisable()
      Specified by:
      onGeyserDisable in interface org.geysermc.geyser.GeyserBootstrap
    • onGeyserShutdown

      public void onGeyserShutdown()
      Specified by:
      onGeyserShutdown in interface org.geysermc.geyser.GeyserBootstrap
    • getGeyserConfig

      public org.geysermc.geyser.configuration.GeyserConfiguration getGeyserConfig()
      Specified by:
      getGeyserConfig in interface org.geysermc.geyser.GeyserBootstrap
    • getGeyserLogger

      public org.geysermc.geyser.GeyserLogger getGeyserLogger()
      Specified by:
      getGeyserLogger in interface org.geysermc.geyser.GeyserBootstrap
    • getGeyserCommandManager

      public org.geysermc.geyser.command.GeyserCommandManager getGeyserCommandManager()
      Specified by:
      getGeyserCommandManager in interface org.geysermc.geyser.GeyserBootstrap
    • getGeyserPingPassthrough

      public org.geysermc.geyser.ping.IGeyserPingPassthrough getGeyserPingPassthrough()
      Specified by:
      getGeyserPingPassthrough in interface org.geysermc.geyser.GeyserBootstrap
    • getConfigFolder

      public Path getConfigFolder()
      Specified by:
      getConfigFolder in interface org.geysermc.geyser.GeyserBootstrap
    • getDumpInfo

      public org.geysermc.geyser.dump.BootstrapDumpInfo getDumpInfo()
      Specified by:
      getDumpInfo in interface org.geysermc.geyser.GeyserBootstrap
    • getServerBindAddress

      @NotNull public @NotNull String getServerBindAddress()
      Specified by:
      getServerBindAddress in interface org.geysermc.geyser.GeyserBootstrap
    • getServerPort

      public int getServerPort()
      Specified by:
      getServerPort in interface org.geysermc.geyser.GeyserBootstrap
    • testFloodgatePluginPresent

      public boolean testFloodgatePluginPresent()
      Specified by:
      testFloodgatePluginPresent in interface org.geysermc.geyser.GeyserBootstrap