70b0fbf1b7
Palette support 1
2021-12-17 18:45:06 +08:00
4d11e7913f
BitSet support: no tested
2021-11-26 17:45:59 +08:00
d7091db5b3
NBT RawMessage fully support
2021-07-05 00:58:41 +08:00
d9b6a90afc
Handle screen open/send content
2021-07-04 00:44:42 +08:00
7f0641a094
correct loginplugindata type
2021-06-19 16:02:43 +08:00
7d4f4db36a
pk.NBT() support parameter optionalTagName
2021-05-24 12:49:48 +08:00
0bd427af06
pk.NBT shouldn't panic: #98
2021-04-02 12:28:22 +08:00
951bedbb13
Fix tests, changes pk.NBT api
2021-02-28 15:14:52 +08:00
918fffed1f
Fix bug: Write pk.Boolean encode error
2021-02-27 20:19:32 +08:00
f8b3501b60
Fix other code for compatible with new go-mc/net packet
2021-02-25 20:22:06 +08:00
9b6f640843
update to 1.16 and removes usage of "io/ioutil"
2021-02-25 12:43:39 +08:00
8ecf08fa50
Implement packet decoding for entities
2020-09-17 00:13:08 -07:00
e6ca182ba1
Fixed VarInt and VarLong max size
...
Before VarInt could have had a size of 7 byte without generating errors (max should be 5).
>= 5 is because we start from 0 and i=5 is already in error.
For example if byte of VarInt are [255 255 255 255 255 255 1], at penultimate iteration, i will be 5 (start at 0) so there aren't errors and at the last the break bypass the sec&0x80 check.
Same for VarLong.
2020-04-25 18:06:37 +02:00
72c389c86f
Support VarLong encode/decode
2020-01-29 13:57:57 +08:00
9cfdbfc6b7
we can Encode and Decode the UUID now
2019-07-28 19:22:14 +08:00
9a960ee868
Use google's UUID lib
2019-07-28 19:14:51 +08:00
2809be4542
修正代码中的若干拼写错误
2019-07-16 23:32:54 +08:00
b8e2b66a35
让ByteArray的Encode不使用指针
2019-06-03 13:23:28 +08:00
4a0dc34854
add support of the byte array with varint len.
2019-06-03 13:01:15 +08:00
837bb0b213
try read ChunkData
2019-05-21 00:11:27 +08:00
bb7fffbce6
recive Chunk data
2019-05-19 21:27:07 +08:00
e088636fbc
fix some misspell
2019-05-19 11:55:58 +08:00
7e8118e21f
PluginMessage event
2019-05-19 11:32:31 +08:00
c74cffcc22
Decode ChatMsg as chat.Message but not pk.String
2019-05-02 12:18:00 +08:00
0d436609ce
init
2019-05-01 15:22:42 +08:00