| Package | Description |
|---|---|
| org.cloudburstmc.protocol.bedrock | |
| org.cloudburstmc.protocol.bedrock.netty.initializer |
| Modifier and Type | Class and Description |
|---|---|
class |
BedrockClientSession |
class |
BedrockServerSession |
| Modifier and Type | Method and Description |
|---|---|
BedrockSession |
BedrockSessionFactory.createSession(BedrockPeer peer,
int subClientId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BedrockPeer.removeSession(BedrockSession session) |
| Modifier and Type | Method and Description |
|---|---|
protected BedrockSession |
BedrockChannelInitializer.createSession(BedrockPeer peer,
int subClientId) |
BedrockSession |
BedrockServerInitializer.createSession0(BedrockPeer peer,
int subClientId) |
BedrockSession |
BedrockClientInitializer.createSession0(BedrockPeer peer,
int subClientId) |
protected abstract BedrockSession |
BedrockChannelInitializer.createSession0(BedrockPeer peer,
int subClientId) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
BedrockChannelInitializer.initSession(BedrockSession session) |
Copyright © 2018–2022 CloudburstMC. All rights reserved.