public class BedrockPacketHelper_v340 extends BedrockPacketHelper_v332
| Modifier and Type | Field and Description |
|---|---|
static com.nukkitx.protocol.bedrock.BedrockPacketHelper |
INSTANCE |
| Constructor and Description |
|---|
BedrockPacketHelper_v340() |
| Modifier and Type | Method and Description |
|---|---|
com.nukkitx.protocol.bedrock.data.inventory.ItemData |
readItem(ByteBuf buffer,
com.nukkitx.protocol.bedrock.BedrockSession session) |
void |
readItemUse(ByteBuf buffer,
com.nukkitx.protocol.bedrock.packet.InventoryTransactionPacket packet,
com.nukkitx.protocol.bedrock.BedrockSession session) |
protected void |
registerCommandParams() |
protected void |
registerEntityData() |
protected void |
registerEntityFlags() |
protected void |
registerSoundEvents() |
void |
writeItem(ByteBuf buffer,
com.nukkitx.protocol.bedrock.data.inventory.ItemData item,
com.nukkitx.protocol.bedrock.BedrockSession session) |
void |
writeItemUse(ByteBuf buffer,
com.nukkitx.protocol.bedrock.packet.InventoryTransactionPacket packet,
com.nukkitx.protocol.bedrock.BedrockSession session) |
registerLevelEventsreadSource, registerEntityEventsreadAnimationData, readCommandEnum, readCommandOrigin, readEntityData, readEntityLink, readGameRule, readImage, readItemInstance, readNetItem, readSkin, readStructureSettings, registerEntityDataTypes, registerGameRuleTypes, registerResourcePackTypes, writeAnimationData, writeCommandEnum, writeCommandOrigin, writeEntityData, writeEntityLink, writeGameRule, writeImage, writeItemInstance, writeNetItem, writeSkin, writeStructureSettingsaddCommandParam, addEntityData, addEntityDataType, addEntityEvent, addEntityFlag, addGameRuleType, addLevelEvent, addResourcePackType, addSoundEvent, getBlockingItemIdentifier, getCommandParam, getCommandParamId, getEntityEvent, getEntityEventId, getIdFromStackRequestActionType, getLevelEvent, getLevelEventId, getResourcePackType, getResourcePackTypeId, getSoundEvent, getSoundEventId, getStackRequestActionTypeFromId, isBlockingItem, readArray, readArray, readArray, readArray, readArray, readArray, readArrayShortLE, readArrayShortLE, readBlockPosition, readBuffer, readByteAngle, readByteArray, readByteRotation, readCommandEnumConstraints, readContainerChangeRecipe, readExperiments, readInventoryActions, readItemStackRequest, readLEAsciiString, readOptional, readPotionRecipe, readRecipeIngredient, readString, readTag, readUuid, readVector2f, readVector3f, readVector3i, registerStackActionRequestTypes, removeCommandParam, removeCommandParam, writeArray, writeArray, writeArray, writeArray, writeArray, writeArray, writeArrayShortLE, writeArrayShortLE, writeBlockPosition, writeBuffer, writeByteAngle, writeByteArray, writeByteRotation, writeCommandEnumConstraints, writeContainerChangeRecipe, writeExperiments, writeInventoryActions, writeItemStackRequest, writeLEAsciiString, writeOptional, writePotionRecipe, writeRecipeIngredient, writeSource, writeString, writeTag, writeUuid, writeVector2f, writeVector3f, writeVector3iprotected void registerCommandParams()
registerCommandParams in class BedrockPacketHelper_v332protected void registerEntityData()
registerEntityData in class BedrockPacketHelper_v332protected void registerEntityFlags()
registerEntityFlags in class com.nukkitx.protocol.bedrock.v313.BedrockPacketHelper_v313protected void registerSoundEvents()
registerSoundEvents in class com.nukkitx.protocol.bedrock.v313.BedrockPacketHelper_v313public com.nukkitx.protocol.bedrock.data.inventory.ItemData readItem(ByteBuf buffer, com.nukkitx.protocol.bedrock.BedrockSession session)
readItem in class BedrockPacketHelper_v332public void writeItem(ByteBuf buffer, com.nukkitx.protocol.bedrock.data.inventory.ItemData item, com.nukkitx.protocol.bedrock.BedrockSession session)
writeItem in class BedrockPacketHelper_v332public void readItemUse(ByteBuf buffer, com.nukkitx.protocol.bedrock.packet.InventoryTransactionPacket packet, com.nukkitx.protocol.bedrock.BedrockSession session)
readItemUse in class com.nukkitx.protocol.bedrock.BedrockPacketHelperpublic void writeItemUse(ByteBuf buffer, com.nukkitx.protocol.bedrock.packet.InventoryTransactionPacket packet, com.nukkitx.protocol.bedrock.BedrockSession session)
writeItemUse in class com.nukkitx.protocol.bedrock.BedrockPacketHelperCopyright © 2018–2022 NukkitX. All rights reserved.