public interface Connector
| Modifier and Type | Method and Description |
|---|---|
CommandMap |
getCommandMap()
Returns the command map
|
Collection<? extends Player> |
getConnectedPlayers()
Returns a collection of the connected players
|
ScheduledExecutorService |
getGeneralThreadPool()
Returns the general thread pool
|
Logger |
getLogger()
Returns the logger
|
PluginManager |
getPluginManager()
Returns the plugin manager
|
void |
shutdown()
Shuts down the connector
|
Logger getLogger()
CommandMap getCommandMap()
PluginManager getPluginManager()
ScheduledExecutorService getGeneralThreadPool()
Collection<? extends Player> getConnectedPlayers()
void shutdown()
Copyright © 2020 GeyserMC. All rights reserved.