| Package | Description |
|---|---|
| net.glowstone.net.codec.play.game | |
| net.glowstone.net.handler.play.game | |
| net.glowstone.net.message.play.game |
| Modifier and Type | Method and Description |
|---|---|
PluginMessage |
PluginMessageCodec.decode(io.netty.buffer.ByteBuf buf) |
| Modifier and Type | Method and Description |
|---|---|
io.netty.buffer.ByteBuf |
PluginMessageCodec.encode(io.netty.buffer.ByteBuf buf,
PluginMessage message) |
| Modifier and Type | Method and Description |
|---|---|
void |
PluginMessageHandler.handle(GlowSession session,
PluginMessage message) |
| Modifier and Type | Method and Description |
|---|---|
static PluginMessage |
PluginMessage.fromString(@NonNls String channel,
String text)
Creates a message whose contents are a string in UTF8.
|
Copyright © 2021. All rights reserved.