| Package | Description |
|---|---|
| org.cloudburstmc.protocol.bedrock | |
| org.cloudburstmc.protocol.bedrock.netty.initializer |
| Modifier and Type | Field and Description |
|---|---|
protected BedrockPeer |
BedrockSession.peer |
| Modifier and Type | Method and Description |
|---|---|
BedrockPeer |
BedrockSession.getPeer() |
| Modifier and Type | Method and Description |
|---|---|
BedrockSession |
BedrockSessionFactory.createSession(BedrockPeer peer,
int subClientId) |
| Constructor and Description |
|---|
BedrockClientSession(BedrockPeer peer,
int subClientId) |
BedrockServerSession(BedrockPeer peer,
int subClientId) |
BedrockSession(BedrockPeer peer,
int subClientId) |
| Modifier and Type | Method and Description |
|---|---|
protected BedrockPeer |
BedrockChannelInitializer.createPeer(io.netty.channel.Channel channel) |
| 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) |
Copyright © 2018–2022 CloudburstMC. All rights reserved.