Created
April 28, 2021 12:39
-
-
Save MFDGaming/da7904d97706d4150f986bb97b5a939c to your computer and use it in GitHub Desktop.
Minecraft: Pocket Edition 0.1.1j protocol
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LoginPacket 0x86 (string) | |
MessagePacket 0x87 (string) | |
StartGamePacket 0x88 (long, int, int, float, float, float) | |
AddPlayerPacket 0x89 (guid, string, int, float, float, float) | |
RemoveEntityPacket 0x8a (int) | |
MovePlayerPacket 0x8b (int, float, float, float, float, float) | |
PlaceBlockPacket 0x8c (int, int, int, ubyte, ubyte, ubyte) | |
RemoveBlockPacket 0x8d (int, int, int, ubyte) | |
UpdateBlockPacket 0x8e (int, int, ubyte, ubyte, ubyte) | |
RequestChunkPacket 0x8f (int, int) | |
ChunkDataPacket 0x90 (int, int, write, ubyte, write, write, write, int, int, write, write, write) | |
PlayerEquipmentPacket 0x91 (int, ubyte) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how