module
Rosegold::Packets::ProtocolMapping
Direct including types
- Rosegold::Clientbound::AcknowledgeBlockChange
- Rosegold::Clientbound::BlockChange
- Rosegold::Clientbound::ChunkBatchFinished
- Rosegold::Clientbound::ChunkBatchStart
- Rosegold::Clientbound::ChunkData
- Rosegold::Clientbound::CloseWindow
- Rosegold::Clientbound::ConfigurationKeepAlive
- Rosegold::Clientbound::DestroyEntities
- Rosegold::Clientbound::Disconnect
- Rosegold::Clientbound::DisguisedChatMessage
- Rosegold::Clientbound::EncryptionRequest
- Rosegold::Clientbound::EntityEffect
- Rosegold::Clientbound::EntityEquipment
- Rosegold::Clientbound::EntityPosition
- Rosegold::Clientbound::EntityPositionAndRotation
- Rosegold::Clientbound::EntityRotation
- Rosegold::Clientbound::EntityTeleport
- Rosegold::Clientbound::FinishConfiguration
- Rosegold::Clientbound::HeldItemChange
- Rosegold::Clientbound::JoinGame
- Rosegold::Clientbound::KeepAlive
- Rosegold::Clientbound::KnownPacks
- Rosegold::Clientbound::LoginDisconnect
- Rosegold::Clientbound::LoginPluginRequest
- Rosegold::Clientbound::LoginSuccess
- Rosegold::Clientbound::MultiBlockChange
- Rosegold::Clientbound::OpenWindow
- Rosegold::Clientbound::Ping
- Rosegold::Clientbound::PlayerChatMessage
- Rosegold::Clientbound::PlayerRotation
- Rosegold::Clientbound::RegistryData
- Rosegold::Clientbound::RemoveEntityEffect
- Rosegold::Clientbound::Respawn
- Rosegold::Clientbound::SetCompression
- Rosegold::Clientbound::SetContainerContent
- Rosegold::Clientbound::SetPassengers
- Rosegold::Clientbound::SetSlot
- Rosegold::Clientbound::SpawnLivingEntity
- Rosegold::Clientbound::StartConfiguration
- Rosegold::Clientbound::StatusPong
- Rosegold::Clientbound::StatusResponse
- Rosegold::Clientbound::SynchronizePlayerPosition
- Rosegold::Clientbound::SystemChatMessage
- Rosegold::Clientbound::TickingState
- Rosegold::Clientbound::TickingStep
- Rosegold::Clientbound::Transfer
- Rosegold::Clientbound::UnloadChunk
- Rosegold::Clientbound::UpdateHealth
- Rosegold::Clientbound::UpdateTags
- Rosegold::Clientbound::WindowItems
- Rosegold::Serverbound::AcknowledgeConfiguration
- Rosegold::Serverbound::ChatCommand
- Rosegold::Serverbound::ChatMessage
- Rosegold::Serverbound::ChunkBatchReceived
- Rosegold::Serverbound::ClickWindow
- Rosegold::Serverbound::ClientInformation
- Rosegold::Serverbound::ClientSettings
- Rosegold::Serverbound::ClientStatus
- Rosegold::Serverbound::ClientTickEnd
- Rosegold::Serverbound::CloseWindow
- Rosegold::Serverbound::ConfigurationKeepAlive
- Rosegold::Serverbound::EncryptionResponse
- Rosegold::Serverbound::EntityAction
- Rosegold::Serverbound::FinishConfiguration
- Rosegold::Serverbound::Handshake
- Rosegold::Serverbound::HeldItemChange
- Rosegold::Serverbound::InteractEntity
- Rosegold::Serverbound::KeepAlive
- Rosegold::Serverbound::KnownPacks
- Rosegold::Serverbound::LoginAcknowledged
- Rosegold::Serverbound::LoginPluginResponse
- Rosegold::Serverbound::LoginStart
- Rosegold::Serverbound::PickItem
- Rosegold::Serverbound::PlayerAction
- Rosegold::Serverbound::PlayerBlockPlacement
- Rosegold::Serverbound::PlayerInput
- Rosegold::Serverbound::PlayerLoaded
- Rosegold::Serverbound::PlayerLook
- Rosegold::Serverbound::PlayerNoMovement
- Rosegold::Serverbound::PlayerPosition
- Rosegold::Serverbound::PlayerPositionAndLook
- Rosegold::Serverbound::Pong
- Rosegold::Serverbound::StatusPing
- Rosegold::Serverbound::StatusRequest
- Rosegold::Serverbound::SwingArm
- Rosegold::Serverbound::TeleportConfirm
- Rosegold::Serverbound::UseItem
Defined in:
rosegold/packets/protocol_mapping.crMacro Summary
-
packet_ids(mappings)
Macro to define protocol-specific packet IDs for a packet class Usage: packet_ids({758 => 0x00_u8, 767 => 0x01_u8, 771 => 0x01_u8})
Macro Detail
macro packet_ids(mappings)
#
Macro to define protocol-specific packet IDs for a packet class Usage: packet_ids({758 => 0x00_u8, 767 => 0x01_u8, 771 => 0x01_u8})