public class StartGameSerializer_v944 extends StartGameSerializer_v924
| Modifier and Type | Field and Description |
|---|---|
static StartGameSerializer_v944 |
INSTANCE |
MOVEMENT_MODES, PLAYER_PERMISSIONS| Constructor and Description |
|---|
StartGameSerializer_v944() |
| Modifier and Type | Method and Description |
|---|---|
protected GatheringsConfigurationJoinInfo |
readGatheringsConfiguration(io.netty.buffer.ByteBuf buf,
BedrockCodecHelper h) |
protected ServerConfigurationJoinInfo |
readServerJoinInfo(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper) |
protected void |
writeGatheringsConfiguration(io.netty.buffer.ByteBuf buf,
BedrockCodecHelper h,
GatheringsConfigurationJoinInfo info) |
protected void |
writeServerJoinInfo(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
ServerConfigurationJoinInfo info) |
deserialize, readLevelSettings, serialize, writeLevelSettingsreadBeforeNetworkPermissions, writeBeforeNetworkPermissionsreadSyncedPlayerMovementSettings, writeSyncedPlayerMovementSettingsreadItemDefinitions, writeItemDefinitionsreadNetworkPermissions, writeNetworkPermissionsreadSeed, writeSeedpublic static final StartGameSerializer_v944 INSTANCE
protected void writeServerJoinInfo(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
ServerConfigurationJoinInfo info)
writeServerJoinInfo in class StartGameSerializer_v924protected void writeGatheringsConfiguration(io.netty.buffer.ByteBuf buf,
BedrockCodecHelper h,
GatheringsConfigurationJoinInfo info)
protected ServerConfigurationJoinInfo readServerJoinInfo(io.netty.buffer.ByteBuf buffer, BedrockCodecHelper helper)
readServerJoinInfo in class StartGameSerializer_v924protected GatheringsConfigurationJoinInfo readGatheringsConfiguration(io.netty.buffer.ByteBuf buf, BedrockCodecHelper h)