pub enum Packet753Kind {
Show 153 variants
Handshake,
StatusRequest,
StatusPing,
StatusResponse,
StatusPong,
LoginDisconnect,
LoginEncryptionRequest,
LoginSuccess,
LoginSetCompression,
LoginPluginRequest,
LoginStart,
LoginEncryptionResponse,
LoginPluginResponse,
PlaySpawnEntity,
PlaySpawnExperienceOrb,
PlaySpawnLivingEntity,
PlaySpawnPainting,
PlaySpawnPlayer,
PlayEntityAnimation,
PlayStatistics,
PlayAcknowledgePlayerDigging,
PlayBlockBreakAnimation,
PlayBlockEntityData,
PlayBlockAction,
PlayBlockChange,
PlayBossBar,
PlayServerDifficulty,
PlayServerChatMessage,
PlayTabComplete,
PlayDeclareCommands,
PlayServerWindowConfirmation,
PlayServerCloseWindow,
PlayWindowItems,
PlayWindowProperty,
PlaySetSlot,
PlaySetCooldown,
PlayServerPluginMessage,
PlayNamedSoundEffect,
PlayDisconnect,
PlayEntityStatus,
PlayExplosion,
PlayUnloadChunk,
PlayChangeGameState,
PlayOpenHorseWindow,
PlayServerKeepAlive,
PlayChunkData,
PlayEffect,
PlayParticle,
PlayUpdateLight,
PlayJoinGame,
PlayMapData,
PlayTradeList,
PlayEntityPosition,
PlayEntityPositionAndRotation,
PlayEntityRotation,
PlayEntityMovement,
PlayServerVehicleMove,
PlayOpenBook,
PlayOpenWindow,
PlayOpenSignEditor,
PlayCraftRecipeResponse,
PlayServerPlayerAbilities,
PlayCombatEvent,
PlayPlayerInfo,
PlayFacePlayer,
PlayServerPlayerPositionAndLook,
PlayUnlockRecipes,
PlayDestroyEntities,
PlayRemoveEntityEffect,
PlayResourcePackSend,
PlayRespawn,
PlayEntityHeadLook,
PlayMultiBlockChange,
PlaySelectAdvancementTab,
PlayWorldBorder,
PlayCamera,
PlayServerHeldItemChange,
PlayUpdateViewPosition,
PlayUpdateViewDistance,
PlaySpawnPosition,
PlayDisplayScoreboard,
PlayEntityMetadata,
PlayAttachEntity,
PlayEntityVelocity,
PlayEntityEquipment,
PlaySetExperience,
PlayUpdatehealth,
PlayScoreboardObjective,
PlaySetPassengers,
PlayTeams,
PlayUpdateScore,
PlayTimeUpdate,
PlayTitle,
PlayEntitySoundEffect,
PlaySoundEffect,
PlayStopSound,
PlayerPlayerListHeaderAndFooter,
PlayNbtQueryResponse,
PlayCollectItem,
PlayEntityTeleport,
PlayAdvancements,
PlayEntityProperties,
PlayEntityEffect,
PlayDeclareRecipes,
PlayTags,
PlayTeleportConfirm,
PlayQueryBlockNbt,
PlayQueryEntityNbt,
PlaySetDifficulty,
PlayClientChatMessage,
PlayClientStatus,
PlayClientSettings,
PlayClientTabComplete,
PlayClientWindowConfirmation,
PlayClickWindowButton,
PlayClickWindow,
PlayClientCloseWindow,
PlayClientPluginMessage,
PlayEditBook,
PlayInteractEntity,
PlayGenerateStructure,
PlayClientKeepAlive,
PlayLockDifficulty,
PlayPlayerPosition,
PlayClientPlayerPositionAndRotation,
PlayPlayerRotation,
PlayPlayerMovement,
PlayClientVehicleMove,
PlaySteerBoat,
PlayPickItem,
PlayCraftRecipeRequest,
PlayClientPlayerAbilities,
PlayPlayerDigging,
PlayEntityAction,
PlaySteerVehicle,
PlaySetDisplayedRecipe,
PlaySetRecipeBookState,
PlayNameItem,
PlayResourcePackStatus,
PlayAdvancementTab,
PlaySelectTrade,
PlaySetBeaconEffect,
PlayClientHeldItemChange,
PlayUpdateCommandBlock,
PlayUpdateCommandBlockMinecart,
PlayUpdateJigsawBlock,
PlayCreativeInventoryAction,
PlayUpdateStructureBlock,
PlayUpdateSign,
PlayClientAnimation,
PlaySpectate,
PlayBlockPlacement,
PlayUseItem,
}
Variants§
Handshake
StatusRequest
StatusPing
StatusResponse
StatusPong
LoginDisconnect
LoginEncryptionRequest
LoginSuccess
LoginSetCompression
LoginPluginRequest
LoginStart
LoginEncryptionResponse
LoginPluginResponse
PlaySpawnEntity
PlaySpawnExperienceOrb
PlaySpawnLivingEntity
PlaySpawnPainting
PlaySpawnPlayer
PlayEntityAnimation
PlayStatistics
PlayAcknowledgePlayerDigging
PlayBlockBreakAnimation
PlayBlockEntityData
PlayBlockAction
PlayBlockChange
PlayBossBar
PlayServerDifficulty
PlayServerChatMessage
PlayTabComplete
PlayDeclareCommands
PlayServerWindowConfirmation
PlayServerCloseWindow
PlayWindowItems
PlayWindowProperty
PlaySetSlot
PlaySetCooldown
PlayServerPluginMessage
PlayNamedSoundEffect
PlayDisconnect
PlayEntityStatus
PlayExplosion
PlayUnloadChunk
PlayChangeGameState
PlayOpenHorseWindow
PlayServerKeepAlive
PlayChunkData
PlayEffect
PlayParticle
PlayUpdateLight
PlayJoinGame
PlayMapData
PlayTradeList
PlayEntityPosition
PlayEntityPositionAndRotation
PlayEntityRotation
PlayEntityMovement
PlayServerVehicleMove
PlayOpenBook
PlayOpenWindow
PlayOpenSignEditor
PlayCraftRecipeResponse
PlayServerPlayerAbilities
PlayCombatEvent
PlayPlayerInfo
PlayFacePlayer
PlayServerPlayerPositionAndLook
PlayUnlockRecipes
PlayDestroyEntities
PlayRemoveEntityEffect
PlayResourcePackSend
PlayRespawn
PlayEntityHeadLook
PlayMultiBlockChange
PlaySelectAdvancementTab
PlayWorldBorder
PlayCamera
PlayServerHeldItemChange
PlayUpdateViewPosition
PlayUpdateViewDistance
PlaySpawnPosition
PlayDisplayScoreboard
PlayEntityMetadata
PlayAttachEntity
PlayEntityVelocity
PlayEntityEquipment
PlaySetExperience
PlayUpdatehealth
PlayScoreboardObjective
PlaySetPassengers
PlayTeams
PlayUpdateScore
PlayTimeUpdate
PlayTitle
PlayEntitySoundEffect
PlaySoundEffect
PlayStopSound
PlayNbtQueryResponse
PlayCollectItem
PlayEntityTeleport
PlayAdvancements
PlayEntityProperties
PlayEntityEffect
PlayDeclareRecipes
PlayTags
PlayTeleportConfirm
PlayQueryBlockNbt
PlayQueryEntityNbt
PlaySetDifficulty
PlayClientChatMessage
PlayClientStatus
PlayClientSettings
PlayClientTabComplete
PlayClientWindowConfirmation
PlayClickWindowButton
PlayClickWindow
PlayClientCloseWindow
PlayClientPluginMessage
PlayEditBook
PlayInteractEntity
PlayGenerateStructure
PlayClientKeepAlive
PlayLockDifficulty
PlayPlayerPosition
PlayClientPlayerPositionAndRotation
PlayPlayerRotation
PlayPlayerMovement
PlayClientVehicleMove
PlaySteerBoat
PlayPickItem
PlayCraftRecipeRequest
PlayClientPlayerAbilities
PlayPlayerDigging
PlayEntityAction
PlaySteerVehicle
PlaySetDisplayedRecipe
PlaySetRecipeBookState
PlayNameItem
PlayResourcePackStatus
PlayAdvancementTab
PlaySelectTrade
PlaySetBeaconEffect
PlayClientHeldItemChange
PlayUpdateCommandBlock
PlayUpdateCommandBlockMinecart
PlayUpdateJigsawBlock
PlayCreativeInventoryAction
PlayUpdateStructureBlock
PlayUpdateSign
PlayClientAnimation
PlaySpectate
PlayBlockPlacement
PlayUseItem
Implementations§
Source§impl Packet753Kind
impl Packet753Kind
pub fn with_body_data<'a>(self, data: &'a [u8]) -> RawPacket753<'a>
Trait Implementations§
Source§impl Clone for Packet753Kind
impl Clone for Packet753Kind
Source§fn clone(&self) -> Packet753Kind
fn clone(&self) -> Packet753Kind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Packet753Kind
impl Debug for Packet753Kind
Source§impl Hash for Packet753Kind
impl Hash for Packet753Kind
Source§impl PacketKind for Packet753Kind
impl PacketKind for Packet753Kind
Source§impl PartialEq for Packet753Kind
impl PartialEq for Packet753Kind
impl Copy for Packet753Kind
impl Eq for Packet753Kind
impl StructuralPartialEq for Packet753Kind
Auto Trait Implementations§
impl Freeze for Packet753Kind
impl RefUnwindSafe for Packet753Kind
impl Send for Packet753Kind
impl Sync for Packet753Kind
impl Unpin for Packet753Kind
impl UnwindSafe for Packet753Kind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more