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
U abort | |
U accept | |
U access | |
U AConfiguration_delete | |
U AConfiguration_fromAssetManager | |
U AConfiguration_getCountry | |
U AConfiguration_getLanguage | |
U AConfiguration_new | |
001a3bec T __adddf3 | |
001a45e0 T __addsf3 |
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
#include <stdint.h> | |
/** | |
* Encode a code point using UTF-8 | |
* | |
* @author Ondřej Hruška <[email protected]> | |
* @license MIT | |
* | |
* @param out - output buffer (min 5 characters), will be 0-terminated | |
* @param utf - code point 0-0x10FFFF |
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
# Minecraft PE v0.6.1 alpha Protocol #9 | |
# 49 identified Packets | |
[C ==> S] 0x82 LoginPacket (String, int, int) | |
[C <== S] 0x83 LoginStatusPacket (int) | |
[C ==> S] 0x84 ReadyPacket (bits[8]) | |
[C <== S] 0x85 MessagePacket (String) | |
[C <== S] 0x86 SetTimePacket (long) | |
[C <== S] 0x87 StartGamePacket (long, int, int, int, float, float, float) | |
[C <== S] 0x88 AddMobPacket (int, int, float, float, float, byte, byte, Metadata) |