public class GeyserSpongePlugin extends Object implements GeyserBootstrap
DEFAULT_CHUNK_MANAGER| Constructor and Description |
|---|
GeyserSpongePlugin() |
| Modifier and Type | Method and Description |
|---|---|
Path |
getConfigFolder() |
BootstrapDumpInfo |
getDumpInfo() |
CommandManager |
getGeyserCommandManager() |
GeyserSpongeConfiguration |
getGeyserConfig() |
GeyserSpongeLogger |
getGeyserLogger() |
IGeyserPingPassthrough |
getGeyserPingPassthrough() |
String |
getMinecraftServerVersion() |
void |
onDisable() |
void |
onEnable() |
void |
onServerStart(org.spongepowered.api.event.game.state.GameStartedServerEvent event) |
void |
onServerStop(org.spongepowered.api.event.game.state.GameStoppedEvent event) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSocketAddress, getWorldManagerpublic void onEnable()
onEnable in interface GeyserBootstrappublic void onDisable()
onDisable in interface GeyserBootstrappublic GeyserSpongeConfiguration getGeyserConfig()
getGeyserConfig in interface GeyserBootstrappublic GeyserSpongeLogger getGeyserLogger()
getGeyserLogger in interface GeyserBootstrappublic CommandManager getGeyserCommandManager()
getGeyserCommandManager in interface GeyserBootstrappublic IGeyserPingPassthrough getGeyserPingPassthrough()
getGeyserPingPassthrough in interface GeyserBootstrappublic Path getConfigFolder()
getConfigFolder in interface GeyserBootstrappublic void onServerStart(org.spongepowered.api.event.game.state.GameStartedServerEvent event)
public void onServerStop(org.spongepowered.api.event.game.state.GameStoppedEvent event)
public BootstrapDumpInfo getDumpInfo()
getDumpInfo in interface GeyserBootstrappublic String getMinecraftServerVersion()
getMinecraftServerVersion in interface GeyserBootstrapCopyright © 2021 GeyserMC. All rights reserved.