public class Bedrock_v898 extends Bedrock_v860
| Modifier and Type | Field and Description |
|---|---|
static BedrockCodec |
CODEC |
static BedrockCodec |
EDUCATION_CODEC
Education Edition codec variant for protocol 898 (Education 1.21.132).
|
protected static org.cloudburstmc.protocol.common.util.TypeMap<EntityEventType> |
ENTITY_EVENTS |
protected static org.cloudburstmc.protocol.common.util.TypeMap<SoundEvent> |
SOUND_EVENTS |
ENTITY_DATA, ENTITY_FLAGSLEVEL_EVENTS, PARTICLE_TYPESPLAYER_ABILITIESCONTAINER_SLOT_TYPES, ITEM_STACK_REQUEST_TYPESCOMMAND_PARAMSTEXT_PROCESSING_ORIGINSRESOURCE_PACK_TYPESGAME_RULE_TYPES, LEVEL_EVENT_BLOCK, LEVEL_EVENT_PARTICLE, LEVEL_EVENT_PARTICLE_TYPE, LEVEL_EVENT_SOUND, LEVEL_EVENT_WORLD| Constructor and Description |
|---|
Bedrock_v898() |
protected static final org.cloudburstmc.protocol.common.util.TypeMap<EntityEventType> ENTITY_EVENTS
protected static final org.cloudburstmc.protocol.common.util.TypeMap<SoundEvent> SOUND_EVENTS
public static final BedrockCodec CODEC
public static final BedrockCodec EDUCATION_CODEC
Identical to CODEC except the StartGamePacket serializer
appends three Education-specific string fields at the end of LevelSettings.
Use this codec for sessions with Minecraft Education Edition clients.