public class EventSerializer_v897 extends EventSerializer_v685
| Modifier and Type | Field and Description |
|---|---|
static EventSerializer_v897 |
INSTANCE |
readers, VALUES, writers| Constructor and Description |
|---|
EventSerializer_v897() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
EventPacket packet) |
void |
serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
EventPacket packet) |
readItemUsed, writeItemUsedreadEntityInteract, writeEntityInteractreadBlockHit, readCodeBuilderAction, readCodeBuilderScoreboard, readCopperWaxedUnwaxed, readPiglinBarter, writeBlockHit, writeCodeBuilderAction, writeCodeBuilderScoreboard, writeCopperWaxedUnwaxed, writePiglinBarterreadPlayerDied, writePlayerDiedreadEntityDefinitionTrigger, readMobKilled, readMovementAnomaly, readMovementCorrected, readRaidUpdate, writeEntityDefinitionTrigger, writeMobKilled, writeMovementAnomaly, writeMovementCorrected, writeRaidUpdatereadBellUsed, readCauldronInteract, readComposterInteract, writeBellUsed, writeCauldronInteract, writeComposterInteractreadPetDied, writePetDiedreadMobBorn, writeMobBornreadAchievementAwarded, readAgentCommand, readBossKilled, readCauldronUsed, readFishBucketed, readPatternRemoved, readPortalBuilt, readPortalUsed, readSlashCommandExecuted, writeAchievementAwarded, writeAgentCommand, writeBossKilled, writeCauldronUsed, writeFishBucketed, writePatternRemoved, writePortalBuilt, writePortalUsed, writeSlashCommandExecutedpublic static final EventSerializer_v897 INSTANCE
public void serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
EventPacket packet)
serialize in interface BedrockPacketSerializer<EventPacket>serialize in class EventSerializer_v291public void deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
EventPacket packet)
deserialize in interface BedrockPacketSerializer<EventPacket>deserialize in class EventSerializer_v291