Package org.geysermc.platform.velocity
Class GeyserVelocityPlugin
java.lang.Object
org.geysermc.platform.velocity.GeyserVelocityPlugin
- All Implemented Interfaces:
GeyserBootstrap
-
Field Summary
Fields inherited from interface org.geysermc.connector.bootstrap.GeyserBootstrap
DEFAULT_CHUNK_MANAGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable SocketAddressvoidvoidonEnable()voidonInit(com.velocitypowered.api.event.proxy.ProxyInitializeEvent event)voidonProxyBound(com.velocitypowered.api.event.proxy.ListenerBoundEvent event)voidonShutdown(com.velocitypowered.api.event.proxy.ProxyShutdownEvent event)Methods 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
getConfigFolder, getLogsPath, getMinecraftServerVersion, getWorldManager
-
Constructor Details
-
GeyserVelocityPlugin
public GeyserVelocityPlugin()
-
-
Method Details
-
onEnable
public void onEnable()- Specified by:
onEnablein interfaceGeyserBootstrap
-
onDisable
public void onDisable()- Specified by:
onDisablein interfaceGeyserBootstrap
-
getGeyserConfig
- Specified by:
getGeyserConfigin interfaceGeyserBootstrap
-
getGeyserLogger
- Specified by:
getGeyserLoggerin interfaceGeyserBootstrap
-
getGeyserCommandManager
- Specified by:
getGeyserCommandManagerin interfaceGeyserBootstrap
-
getGeyserPingPassthrough
- Specified by:
getGeyserPingPassthroughin interfaceGeyserBootstrap
-
onInit
public void onInit(com.velocitypowered.api.event.proxy.ProxyInitializeEvent event) -
onShutdown
public void onShutdown(com.velocitypowered.api.event.proxy.ProxyShutdownEvent event) -
onProxyBound
public void onProxyBound(com.velocitypowered.api.event.proxy.ListenerBoundEvent event) -
getDumpInfo
- Specified by:
getDumpInfoin interfaceGeyserBootstrap
-
getSocketAddress
- Specified by:
getSocketAddressin interfaceGeyserBootstrap
-