public class DefaultBatchHandler extends Object implements BatchHandler
| Modifier and Type | Field and Description |
|---|---|
static DefaultBatchHandler |
INSTANCE |
| Constructor and Description |
|---|
DefaultBatchHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(BedrockSession session,
io.netty.buffer.ByteBuf compressed,
Collection<BedrockPacket> packets) |
public static final DefaultBatchHandler INSTANCE
public void handle(BedrockSession session, io.netty.buffer.ByteBuf compressed, Collection<BedrockPacket> packets)
handle in interface BatchHandlerCopyright © 2018–2019 NukkitX. All rights reserved.