pub enum Packet578Kind {
Show 152 variants
Handshake,
StatusRequest,
StatusPing,
StatusResponse,
StatusPong,
LoginDisconnect,
LoginEncryptionRequest,
LoginSuccess,
LoginSetCompression,
LoginPluginRequest,
LoginStart,
LoginEncryptionResponse,
LoginPluginResponse,
PlaySpawnEntity,
PlaySpawnExperienceOrb,
PlaySpawnWeatherEntity,
PlaySpawnLivingEntity,
PlaySpawnPainting,
PlaySpawnPlayer,
PlayEntityAnimation,
PlayStatistics,
PlayAcknowledgePlayerDigging,
PlayBlockBreakAnimation,
PlayBlockEntityData,
PlayBlockAction,
PlayBlockChange,
PlayBossBar,
PlayServerDifficulty,
PlayServerChatMessage,
PlayMultiBlockChange,
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,
PlaySelectAdvancementTab,
PlayWorldBorder,
PlayCamera,
PlayServerHeldItemChange,
PlayUpdateViewPosition,
PlayUpdateViewDistance,
PlayDisplayScoreboard,
PlayEntityMetadata,
PlayAttachEntity,
PlayEntityVelocity,
PlayEntityEquipment,
PlaySetExperience,
PlayUpdatehealth,
PlayScoreboardObjective,
PlaySetPassengers,
PlayTeams,
PlayUpdateScore,
PlaySpawnPosition,
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,
PlayClientKeepAlive,
PlayLockDifficulty,
PlayPlayerPosition,
PlayClientPlayerPositionAndRotation,
PlayPlayerRotation,
PlayPlayerMovement,
PlayClientVehicleMove,
PlaySteerBoat,
PlayPickItem,
PlayCraftRecipeRequest,
PlayClientPlayerAbilities,
PlayPlayerDigging,
PlayEntityAction,
PlaySteerVehicle,
PlayRecipeBookData,
PlayNameItem,
PlayResourcePackStatus,
PlayAdvancementTab,
PlaySelectTrade,
PlaySetBeaconEffect,
PlayClientHeldItemChange,
PlayUpdateCommandBlock,
PlayUpdateCommandBlockMinecart,
PlayCreativeInventoryAction,
PlayUpdateJigsawBlock,
PlayUpdateStructureBlock,
PlayUpdateSign,
PlayClientAnimation,
PlaySpectate,
PlayBlockPlacement,
PlayUseItem,
}Variants§
Handshake
StatusRequest
StatusPing
StatusResponse
StatusPong
LoginDisconnect
LoginEncryptionRequest
LoginSuccess
LoginSetCompression
LoginPluginRequest
LoginStart
LoginEncryptionResponse
LoginPluginResponse
PlaySpawnEntity
PlaySpawnExperienceOrb
PlaySpawnWeatherEntity
PlaySpawnLivingEntity
PlaySpawnPainting
PlaySpawnPlayer
PlayEntityAnimation
PlayStatistics
PlayAcknowledgePlayerDigging
PlayBlockBreakAnimation
PlayBlockEntityData
PlayBlockAction
PlayBlockChange
PlayBossBar
PlayServerDifficulty
PlayServerChatMessage
PlayMultiBlockChange
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
PlaySelectAdvancementTab
PlayWorldBorder
PlayCamera
PlayServerHeldItemChange
PlayUpdateViewPosition
PlayUpdateViewDistance
PlayDisplayScoreboard
PlayEntityMetadata
PlayAttachEntity
PlayEntityVelocity
PlayEntityEquipment
PlaySetExperience
PlayUpdatehealth
PlayScoreboardObjective
PlaySetPassengers
PlayTeams
PlayUpdateScore
PlaySpawnPosition
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
PlayClientKeepAlive
PlayLockDifficulty
PlayPlayerPosition
PlayClientPlayerPositionAndRotation
PlayPlayerRotation
PlayPlayerMovement
PlayClientVehicleMove
PlaySteerBoat
PlayPickItem
PlayCraftRecipeRequest
PlayClientPlayerAbilities
PlayPlayerDigging
PlayEntityAction
PlaySteerVehicle
PlayRecipeBookData
PlayNameItem
PlayResourcePackStatus
PlayAdvancementTab
PlaySelectTrade
PlaySetBeaconEffect
PlayClientHeldItemChange
PlayUpdateCommandBlock
PlayUpdateCommandBlockMinecart
PlayCreativeInventoryAction
PlayUpdateJigsawBlock
PlayUpdateStructureBlock
PlayUpdateSign
PlayClientAnimation
PlaySpectate
PlayBlockPlacement
PlayUseItem
Implementations§
Source§impl Packet578Kind
impl Packet578Kind
pub fn with_body_data<'a>(self, data: &'a [u8]) -> RawPacket578<'a>
Trait Implementations§
Source§impl Clone for Packet578Kind
impl Clone for Packet578Kind
Source§fn clone(&self) -> Packet578Kind
fn clone(&self) -> Packet578Kind
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 Packet578Kind
impl Debug for Packet578Kind
Source§impl Hash for Packet578Kind
impl Hash for Packet578Kind
Source§impl PacketKind for Packet578Kind
impl PacketKind for Packet578Kind
Source§impl PartialEq for Packet578Kind
impl PartialEq for Packet578Kind
impl Copy for Packet578Kind
impl Eq for Packet578Kind
impl StructuralPartialEq for Packet578Kind
Auto Trait Implementations§
impl Freeze for Packet578Kind
impl RefUnwindSafe for Packet578Kind
impl Send for Packet578Kind
impl Sync for Packet578Kind
impl Unpin for Packet578Kind
impl UnwindSafe for Packet578Kind
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