Class GeyserBungeePlugin

java.lang.Object
net.md_5.bungee.api.plugin.Plugin
org.geysermc.geyser.platform.bungeecord.GeyserBungeePlugin
All Implemented Interfaces:
org.geysermc.geyser.GeyserBootstrap

public class GeyserBungeePlugin extends net.md_5.bungee.api.plugin.Plugin implements org.geysermc.geyser.GeyserBootstrap
  • Constructor Details

    • GeyserBungeePlugin

      public GeyserBungeePlugin()
  • Method Details

    • onLoad

      public void onLoad()
      Overrides:
      onLoad in class net.md_5.bungee.api.plugin.Plugin
    • onGeyserInitialize

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

      public void onEnable()
      Overrides:
      onEnable in class net.md_5.bungee.api.plugin.Plugin
    • 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
    • onDisable

      public void onDisable()
      Overrides:
      onDisable in class net.md_5.bungee.api.plugin.Plugin
    • platformType

      public @NonNull org.geysermc.geyser.api.util.PlatformType platformType()
      Specified by:
      platformType in interface org.geysermc.geyser.GeyserBootstrap
    • config

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

      public GeyserBungeeLogger getGeyserLogger()
      Specified by:
      getGeyserLogger in interface org.geysermc.geyser.GeyserBootstrap
    • getCommandRegistry

      public org.geysermc.geyser.command.CommandRegistry getCommandRegistry()
      Specified by:
      getCommandRegistry 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
    • getLogsPath

      public Path getLogsPath()
      Specified by:
      getLogsPath in interface org.geysermc.geyser.GeyserBootstrap
    • getServerPlatform

      public @NonNull String getServerPlatform()
      Specified by:
      getServerPlatform in interface org.geysermc.geyser.GeyserBootstrap
    • getSocketAddress

      public @Nullable SocketAddress getSocketAddress()
      Specified by:
      getSocketAddress in interface org.geysermc.geyser.GeyserBootstrap
    • getServerBindAddress

      public @NonNull 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
    • getFloodgateKeyPath

      public Path getFloodgateKeyPath()
      Specified by:
      getFloodgateKeyPath in interface org.geysermc.geyser.GeyserBootstrap
    • createMetricsPlatform

      public org.geysermc.geyser.util.metrics.MetricsPlatform createMetricsPlatform()
      Specified by:
      createMetricsPlatform in interface org.geysermc.geyser.GeyserBootstrap