public class GeyserVelocityPlugin extends Object implements GeyserBootstrap
DEFAULT_CHUNK_MANAGER| Constructor and Description |
|---|
GeyserVelocityPlugin() |
| Modifier and Type | Method and Description |
|---|---|
BootstrapDumpInfo |
getDumpInfo() |
CommandManager |
getGeyserCommandManager() |
GeyserVelocityConfiguration |
getGeyserConfig() |
GeyserVelocityLogger |
getGeyserLogger() |
IGeyserPingPassthrough |
getGeyserPingPassthrough() |
@Nullable SocketAddress |
getSocketAddress() |
void |
onDisable() |
void |
onEnable() |
void |
onInit(com.velocitypowered.api.event.proxy.ProxyInitializeEvent event) |
void |
onProxyBound(com.velocitypowered.api.event.proxy.ListenerBoundEvent event) |
void |
onShutdown(com.velocitypowered.api.event.proxy.ProxyShutdownEvent event) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfigFolder, getMinecraftServerVersion, getWorldManagerpublic void onEnable()
onEnable in interface GeyserBootstrappublic void onDisable()
onDisable in interface GeyserBootstrappublic GeyserVelocityConfiguration getGeyserConfig()
getGeyserConfig in interface GeyserBootstrappublic GeyserVelocityLogger getGeyserLogger()
getGeyserLogger in interface GeyserBootstrappublic CommandManager getGeyserCommandManager()
getGeyserCommandManager in interface GeyserBootstrappublic IGeyserPingPassthrough getGeyserPingPassthrough()
getGeyserPingPassthrough in interface GeyserBootstrappublic void onInit(com.velocitypowered.api.event.proxy.ProxyInitializeEvent event)
public void onShutdown(com.velocitypowered.api.event.proxy.ProxyShutdownEvent event)
public void onProxyBound(com.velocitypowered.api.event.proxy.ListenerBoundEvent event)
public BootstrapDumpInfo getDumpInfo()
getDumpInfo in interface GeyserBootstrap@Nullable public @Nullable SocketAddress getSocketAddress()
getSocketAddress in interface GeyserBootstrapCopyright © 2021 GeyserMC. All rights reserved.