public class EventSerializer_v389 extends EventSerializer_v388
| Modifier and Type | Field and Description |
|---|---|
static EventSerializer_v389 |
INSTANCE |
readers, VALUES, writers| Modifier | Constructor and Description |
|---|---|
protected |
EventSerializer_v389() |
| Modifier and Type | Method and Description |
|---|---|
protected PlayerDiedEventData |
readPlayerDied(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper) |
protected void |
writePlayerDied(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
EventData eventData) |
readEntityDefinitionTrigger, readMobKilled, readMovementAnomaly, readMovementCorrected, readRaidUpdate, writeEntityDefinitionTrigger, writeMobKilled, writeMovementAnomaly, writeMovementCorrected, writeRaidUpdatereadBellUsed, readCauldronInteract, readComposterInteract, writeBellUsed, writeCauldronInteract, writeComposterInteractreadPetDied, writePetDiedreadMobBorn, writeMobBorndeserialize, readAchievementAwarded, readAgentCommand, readBossKilled, readCauldronUsed, readEntityInteract, readFishBucketed, readPatternRemoved, readPortalBuilt, readPortalUsed, readSlashCommandExecuted, serialize, writeAchievementAwarded, writeAgentCommand, writeBossKilled, writeCauldronUsed, writeEntityInteract, writeFishBucketed, writePatternRemoved, writePortalBuilt, writePortalUsed, writeSlashCommandExecutedpublic static final EventSerializer_v389 INSTANCE
protected PlayerDiedEventData readPlayerDied(io.netty.buffer.ByteBuf buffer, BedrockCodecHelper helper)
readPlayerDied in class EventSerializer_v291protected void writePlayerDied(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
EventData eventData)
writePlayerDied in class EventSerializer_v291