0x11 S11PacketSpawnExperienceOrb
Spawns an experience orb entity with position and XP value.
Fields
| Field | Type | Description |
|---|---|---|
| entityId | VarInt | Entity ID |
| x/y/z | fixed-point int | Position × 32 |
| xpValue | short | Experience point value |
Wire Encoding
| Field | Type | Notes |
|---|---|---|
| Entity ID | VarInt | |
| X | Int | x*32 |
| Y | Int | y*32 |
| Z | Int | z*32 |
| Count | short | XP value |
MCP References
MCP
NetHandlerPlayClient.handleSpawnExperienceOrb()Handler Interface
HND
INetHandlerPlayClientimplementation Implementation Cases
XPBottler
Detect XP orbs for auto-collect.
AutoCollect
Detect XP orbs for auto-collect.