| Modifier and Type | Method and Description |
|---|---|
static GeyserConnector |
GeyserConnector.getInstance() |
static GeyserConnector |
GeyserConnector.start(PlatformType platformType,
GeyserBootstrap bootstrap) |
| Constructor and Description |
|---|
CommandManager(GeyserConnector connector) |
| Modifier and Type | Field and Description |
|---|---|
GeyserConnector |
VersionCommand.connector |
GeyserConnector |
HelpCommand.connector |
| Constructor and Description |
|---|
AdvancementsCommand(GeyserConnector connector,
String name,
String description,
String permission) |
DumpCommand(GeyserConnector connector,
String name,
String description,
String permission) |
HelpCommand(GeyserConnector connector,
String name,
String description,
String permission) |
ListCommand(GeyserConnector connector,
String name,
String description,
String permission) |
OffhandCommand(GeyserConnector connector,
String name,
String description,
String permission) |
ReloadCommand(GeyserConnector connector,
String name,
String description,
String permission) |
SettingsCommand(GeyserConnector connector,
String name,
String description,
String permission) |
StatisticsCommand(GeyserConnector connector,
String name,
String description,
String permission) |
StopCommand(GeyserConnector connector,
String name,
String description,
String permission) |
VersionCommand(GeyserConnector connector,
String name,
String description,
String permission) |
| Constructor and Description |
|---|
Metrics(GeyserConnector connector,
String name,
String serverUUID,
boolean logFailedRequests,
Logger logger)
Class constructor.
|
| Modifier and Type | Field and Description |
|---|---|
protected GeyserConnector |
LoggingPacketHandler.connector |
| Constructor and Description |
|---|
ConnectorServerEventHandler(GeyserConnector connector) |
QueryPacketHandler(GeyserConnector connector,
InetSocketAddress sender,
io.netty.buffer.ByteBuf buffer)
The Query packet handler instance
|
UpstreamPacketHandler(GeyserConnector connector,
GeyserSession session) |
| Constructor and Description |
|---|
GeyserSession(GeyserConnector connector,
com.nukkitx.protocol.bedrock.BedrockServerSession bedrockServerSession) |
| Modifier and Type | Method and Description |
|---|---|
static IGeyserPingPassthrough |
GeyserLegacyPingPassthrough.init(GeyserConnector connector)
Start legacy ping passthrough thread
|
| Constructor and Description |
|---|
GeyserLegacyPingPassthrough(GeyserConnector connector) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LoginEncryptionUtils.authenticateFromForm(GeyserSession session,
GeyserConnector connector,
int formId,
String formData) |
static void |
LoginEncryptionUtils.encryptPlayerConnection(GeyserConnector connector,
GeyserSession session,
com.nukkitx.protocol.bedrock.packet.LoginPacket loginPacket) |
Copyright © 2021 GeyserMC. All rights reserved.