public class StartGameSerializer_v1001 extends StartGameSerializer_v944
| Modifier and Type | Field and Description |
|---|---|
static StartGameSerializer_v1001 |
INSTANCE |
MOVEMENT_MODES, PLAYER_PERMISSIONS| Constructor and Description |
|---|
StartGameSerializer_v1001() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
readBeforeNetworkPermissions(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
StartGamePacket packet) |
protected GatheringsConfigurationJoinInfo |
readGatheringsConfiguration(io.netty.buffer.ByteBuf buf,
BedrockCodecHelper h) |
protected void |
readLevelSettings(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
StartGamePacket packet) |
protected void |
writeBeforeNetworkPermissions(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
StartGamePacket packet) |
protected void |
writeGatheringsConfiguration(io.netty.buffer.ByteBuf buf,
BedrockCodecHelper h,
GatheringsConfigurationJoinInfo info) |
protected void |
writeLevelSettings(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
StartGamePacket packet) |
readServerJoinInfo, writeServerJoinInfodeserialize, serializereadSyncedPlayerMovementSettings, writeSyncedPlayerMovementSettingsreadItemDefinitions, writeItemDefinitionsreadNetworkPermissions, writeNetworkPermissionsreadSeed, writeSeedpublic static final StartGameSerializer_v1001 INSTANCE
protected void writeLevelSettings(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
StartGamePacket packet)
writeLevelSettings in class StartGameSerializer_v924protected void readLevelSettings(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
StartGamePacket packet)
readLevelSettings in class StartGameSerializer_v924protected void readBeforeNetworkPermissions(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
StartGamePacket packet)
readBeforeNetworkPermissions in class StartGameSerializer_v898protected void writeBeforeNetworkPermissions(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
StartGamePacket packet)
writeBeforeNetworkPermissions in class StartGameSerializer_v898protected void writeGatheringsConfiguration(io.netty.buffer.ByteBuf buf,
BedrockCodecHelper h,
GatheringsConfigurationJoinInfo info)
writeGatheringsConfiguration in class StartGameSerializer_v944protected GatheringsConfigurationJoinInfo readGatheringsConfiguration(io.netty.buffer.ByteBuf buf, BedrockCodecHelper h)
readGatheringsConfiguration in class StartGameSerializer_v944