public interface GeyserBootstrap
| Modifier and Type | Field and Description |
|---|---|
static GeyserWorldManager |
DEFAULT_CHUNK_MANAGER |
| Modifier and Type | Method and Description |
|---|---|
Path |
getConfigFolder()
Return the data folder where files get stored
|
BootstrapDumpInfo |
getDumpInfo()
Information used for the bootstrap section of the debug dump
|
CommandManager |
getGeyserCommandManager()
Returns the current CommandManager
|
GeyserConfiguration |
getGeyserConfig()
Returns the current GeyserConfiguration
|
GeyserLogger |
getGeyserLogger()
Returns the current GeyserLogger
|
IGeyserPingPassthrough |
getGeyserPingPassthrough()
Returns the current PingPassthrough manager
|
default String |
getMinecraftServerVersion()
Returns the Minecraft version currently being used on the server.
|
default SocketAddress |
getSocketAddress() |
default WorldManager |
getWorldManager()
Returns the current WorldManager
|
void |
onDisable()
Called when the GeyserBootstrap is disabled
|
void |
onEnable()
Called when the GeyserBootstrap is enabled
|
static final GeyserWorldManager DEFAULT_CHUNK_MANAGER
void onEnable()
void onDisable()
GeyserConfiguration getGeyserConfig()
GeyserLogger getGeyserLogger()
CommandManager getGeyserCommandManager()
IGeyserPingPassthrough getGeyserPingPassthrough()
default WorldManager getWorldManager()
Path getConfigFolder()
BootstrapDumpInfo getDumpInfo()
@Nullable default String getMinecraftServerVersion()
GeyserConnector initialization.null if not applicable@Nullable default SocketAddress getSocketAddress()
Copyright © 2021 GeyserMC. All rights reserved.