public class GeyserStandaloneBootstrap extends Object implements GeyserBootstrap
DEFAULT_CHUNK_MANAGER| Constructor and Description |
|---|
GeyserStandaloneBootstrap() |
| Modifier and Type | Method and Description |
|---|---|
Path |
getConfigFolder() |
BootstrapDumpInfo |
getDumpInfo() |
CommandManager |
getGeyserCommandManager() |
GeyserConfiguration |
getGeyserConfig() |
GeyserStandaloneLogger |
getGeyserLogger() |
IGeyserPingPassthrough |
getGeyserPingPassthrough() |
static List<com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition> |
getPOJOForClass(Class<?> clazz)
Get the
BeanPropertyDefinitions for the given class |
static void |
main(String[] args) |
void |
onDisable() |
void |
onEnable() |
void |
onEnable(boolean useGui,
String configFilename) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMinecraftServerVersion, getWorldManagerpublic static void main(String[] args)
public void onEnable(boolean useGui,
String configFilename)
public void onEnable()
onEnable in interface GeyserBootstrappublic void onDisable()
onDisable in interface GeyserBootstrappublic GeyserConfiguration getGeyserConfig()
getGeyserConfig in interface GeyserBootstrappublic GeyserStandaloneLogger getGeyserLogger()
getGeyserLogger in interface GeyserBootstrappublic CommandManager getGeyserCommandManager()
getGeyserCommandManager in interface GeyserBootstrappublic IGeyserPingPassthrough getGeyserPingPassthrough()
getGeyserPingPassthrough in interface GeyserBootstrappublic Path getConfigFolder()
getConfigFolder in interface GeyserBootstrappublic BootstrapDumpInfo getDumpInfo()
getDumpInfo in interface GeyserBootstrappublic static List<com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition> getPOJOForClass(Class<?> clazz)
BeanPropertyDefinitions for the given classclazz - The class to get the definitions forBeanPropertyDefinition for the given classCopyright © 2021 GeyserMC. All rights reserved.