Package org.geysermc.platform.standalone
Class GeyserStandaloneBootstrap
java.lang.Object
org.geysermc.platform.standalone.GeyserStandaloneBootstrap
- 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 TypeMethodDescriptionstatic List<com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition>getPOJOForClass(Class<?> clazz)Get theBeanPropertyDefinitions for the given classstatic voidvoidvoidonEnable()voidMethods 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
getLogsPath, getMinecraftServerVersion, getSocketAddress, getWorldManager
-
Constructor Details
-
GeyserStandaloneBootstrap
public GeyserStandaloneBootstrap()
-
-
Method Details
-
main
-
onEnable
-
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
-
getConfigFolder
- Specified by:
getConfigFolderin interfaceGeyserBootstrap
-
getDumpInfo
- Specified by:
getDumpInfoin interfaceGeyserBootstrap
-
getPOJOForClass
public static List<com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition> getPOJOForClass(Class<?> clazz)Get theBeanPropertyDefinitions for the given class- Parameters:
clazz- The class to get the definitions for- Returns:
- A list of
BeanPropertyDefinitionfor the given class
-