Package org.geysermc.platform.bungeecord
Class GeyserBungeePlugin
java.lang.Object
net.md_5.bungee.api.plugin.Plugin
org.geysermc.platform.bungeecord.GeyserBungeePlugin
- All Implemented Interfaces:
GeyserBootstrap
public class GeyserBungeePlugin
extends net.md_5.bungee.api.plugin.Plugin
implements GeyserBootstrap
-
Field Summary
Fields inherited from interface org.geysermc.connector.bootstrap.GeyserBootstrap
DEFAULT_CHUNK_MANAGER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.md_5.bungee.api.plugin.Plugin
getDataFolder, getDescription, getExecutorService, getFile, getLogger, getProxy, getResourceAsStream, onLoadMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.geysermc.connector.bootstrap.GeyserBootstrap
getMinecraftServerVersion, getWorldManager
-
Constructor Details
-
GeyserBungeePlugin
public GeyserBungeePlugin()
-
-
Method Details
-
onEnable
public void onEnable()- Specified by:
onEnablein interfaceGeyserBootstrap- Overrides:
onEnablein classnet.md_5.bungee.api.plugin.Plugin
-
onDisable
public void onDisable()- Specified by:
onDisablein interfaceGeyserBootstrap- Overrides:
onDisablein classnet.md_5.bungee.api.plugin.Plugin
-
getGeyserConfig
- Specified by:
getGeyserConfigin interfaceGeyserBootstrap
-
getGeyserLogger
- Specified by:
getGeyserLoggerin interfaceGeyserBootstrap
-
getGeyserCommandManager
- Specified by:
getGeyserCommandManagerin interfaceGeyserBootstrap
-
getGeyserPingPassthrough
- Specified by:
getGeyserPingPassthroughin interfaceGeyserBootstrap
-
getConfigFolder
- Specified by:
getConfigFolderin interfaceGeyserBootstrap
-
getDumpInfo
- Specified by:
getDumpInfoin interfaceGeyserBootstrap
-
getLogsPath
- Specified by:
getLogsPathin interfaceGeyserBootstrap
-
getSocketAddress
- Specified by:
getSocketAddressin interfaceGeyserBootstrap
-