minecraft-server icon indicating copy to clipboard operation
minecraft-server copied to clipboard

PacketO Implementation

Open Sxtanna opened this issue 5 years ago • 0 comments

Implementation of client bound packets.

Handshake

no client bound packets for this state

Status

  • [x] 0x00: Response
  • [x] 0x01: Pong

Login

  • [x] 0x00: Disconnect
  • [x] 0x01: Encryption Request
  • [x] 0x02: Login Success
  • [x] 0x03: Set Compression
  • [x] 0x04: Login Plugin Request

Play

  • [ ] 0x00: Spawn Object
  • [ ] 0x01: Spawn Experience Orb
  • [ ] 0x02: Spawn Global Entity
  • [ ] 0x03: Spawn Mob
  • [ ] 0x04: Spawn Painting
  • [ ] 0x05: Spawn Player
  • [ ] 0x06: Entity Animation
  • [ ] 0x07: Statistics
  • [ ] 0x08: Acknowledge Player Digging
  • [ ] 0x09: Block Break Animation
  • [ ] 0x0A: Update Block Entity
  • [ ] 0x0B: Block Action
  • [ ] 0x0C: Block Change
  • [ ] 0x0D: Boss Bar
  • [x] 0x0E: Server Difficulty
  • [x] 0x0F: Chat Message
  • [ ] 0x10: Multi Block Change
  • [ ] 0x11: Tab Complete
  • [ ] 0x12: Declare Commands
  • [ ] 0x13: Window Confirmation
  • [ ] 0x14: Close Window
  • [ ] 0x15: Window Items
  • [ ] 0x16: Window Property
  • [ ] 0x17: Set Slot
  • [ ] 0x18: Set Cooldown
  • [x] 0x19: Plugin Message
  • [ ] 0x1A: Named Sound Effect
  • [ ] 0x1B: Disconnect
  • [ ] 0x1C: Entity Status
  • [ ] 0x1D: Explosion
  • [ ] 0x1E: Unload Chunk
  • [ ] 0x1F: Change Game State
  • [ ] 0x20: Open Horse Window
  • [x] 0x21: Keep Alive
  • [x] 0x22: Chunk Data
  • [ ] 0x23: Effect
  • [ ] 0x24: Particle
  • [ ] 0x25: Update Light
  • [x] 0x26: Join Game
  • [ ] 0x27: Map Data
  • [ ] 0x28: Trade List
  • [ ] 0x29: Entity Position
  • [ ] 0x2A: Entity Position and Rotation
  • [ ] 0x2B: Entity Rotation
  • [ ] 0x2C: Entity Movement
  • [ ] 0x2D: Vehicle Move
  • [ ] 0x2E: Open Book
  • [ ] 0x2F: Open Window
  • [ ] 0x30: Open Sign Editor
  • [ ] 0x31: Craft Recipe Response
  • [x] 0x32: Player Abilities
  • [ ] 0x33: Combat Event
  • [x] 0x34: Player Info
  • [ ] 0x35: Face Player
  • [x] 0x36: Player Position And Look
  • [ ] 0x37: Unlock Recipes
  • [ ] 0x38: Destroy Entities
  • [ ] 0x39: Remove Entity Effect
  • [ ] 0x3A: Resource Pack Send
  • [ ] 0x3B: Respawn
  • [ ] 0x3C: Entity Head Look
  • [ ] 0x3D: Select Advancement Tab
  • [ ] 0x3E: World Border
  • [ ] 0x3F: Camera
  • [x] 0x40: Held Item Change
  • [ ] 0x41: Update View Position
  • [ ] 0x42: Update View Distance
  • [ ] 0x43: Display Scoreboard
  • [x] 0x44: Entity Metadata
  • [ ] 0x45: Attach Entity
  • [ ] 0x46: Entity Velocity
  • [ ] 0x47: Entity Equipment
  • [ ] 0x48: Set Experience
  • [ ] 0x49: Update Health
  • [ ] 0x4A: Scoreboard Objective
  • [ ] 0x4B: Set Passengers
  • [ ] 0x4C: Teams
  • [ ] 0x4D: Update Score
  • [ ] 0x4E: Spawn Position
  • [ ] 0x4F: Time Update
  • [ ] 0x50: Title
  • [ ] 0x51: Entity Sound Effect
  • [ ] 0x52: Sound Effect
  • [ ] 0x53: Stop Sound
  • [ ] 0x54: Player List Header And Footer
  • [ ] 0x55: NBT Query Response
  • [ ] 0x56: Collect Item
  • [ ] 0x57: Entity Teleport
  • [ ] 0x58: Advancements
  • [ ] 0x59: Entity Properties
  • [ ] 0x5A: Entity Effect
  • [x] 0x0B: Declare Recipes
  • [ ] 0x0C: Tags

Sxtanna avatar Mar 04 '20 03:03 Sxtanna