[This is preliminary documentation and is subject to change.]
Minecraft protocol's opcodes.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)
Syntax
| C# |
public enum OpCode
Members
| Member | Value | Description |
|---|---|---|
| Handshake | 0 | |
| Ping | 1 | |
| MapBegin | 2 | |
| MapChunk | 3 | |
| MapEnd | 4 | |
| SetBlockClient | 5 | |
| SetBlockServer | 6 | |
| AddEntity | 7 | |
| Teleport | 8 | |
| MoveRotate | 9 | |
| Move | 10 | |
| Rotate | 11 | |
| RemoveEntity | 12 | |
| Message | 13 | |
| Kick | 14 | |
| SetPermission | 15 |