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
    • getGeyserConfig

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

      public GeyserBungeeLogger 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
    • getLogsPath

      public Path getLogsPath()
      Specified by:
      getLogsPath 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