public class EventSerializer_v354 extends EventSerializer_v340
| Modifier and Type | Field and Description |
|---|---|
static EventSerializer_v354 |
INSTANCE |
readers, VALUES, writers| Modifier | Constructor and Description |
|---|---|
protected |
EventSerializer_v354() |
| Modifier and Type | Method and Description |
|---|---|
protected BellUsedEventData |
readBellUsed(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper) |
protected CauldronInteractEventData |
readCauldronInteract(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper) |
protected ComposterInteractEventData |
readComposterInteract(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper) |
protected void |
writeBellUsed(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
EventData eventData) |
protected void |
writeCauldronInteract(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
EventData eventData) |
protected void |
writeComposterInteract(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
EventData eventData) |
readPetDied, writePetDiedreadMobBorn, writeMobBorndeserialize, readAchievementAwarded, readAgentCommand, readBossKilled, readCauldronUsed, readEntityInteract, readFishBucketed, readMobKilled, readPatternRemoved, readPlayerDied, readPortalBuilt, readPortalUsed, readSlashCommandExecuted, serialize, writeAchievementAwarded, writeAgentCommand, writeBossKilled, writeCauldronUsed, writeEntityInteract, writeFishBucketed, writeMobKilled, writePatternRemoved, writePlayerDied, writePortalBuilt, writePortalUsed, writeSlashCommandExecutedpublic static final EventSerializer_v354 INSTANCE
protected CauldronInteractEventData readCauldronInteract(io.netty.buffer.ByteBuf buffer, BedrockCodecHelper helper)
protected void writeCauldronInteract(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
EventData eventData)
protected ComposterInteractEventData readComposterInteract(io.netty.buffer.ByteBuf buffer, BedrockCodecHelper helper)
protected void writeComposterInteract(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
EventData eventData)
protected BellUsedEventData readBellUsed(io.netty.buffer.ByteBuf buffer, BedrockCodecHelper helper)
protected void writeBellUsed(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
EventData eventData)