Fix some clientbound message bugs
send signed message{wip}
This commit is contained in:
37 files changed
+689
-1206
No files matched your search
+4
-4
@@ -9,10 +9,10 @@ module relies on the following dependencies:
|
||||
|
||||
## Required APIs
|
||||
|
||||
| Module Name | Required | Notes |
|
||||
|:------------|:------------|:------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| TCP Socket | Yes | The `protocol` module does not have a built-in TCP Socket implementation. [Implement TCP Socket](Impl-tcp-socket.md) |
|
||||
| HTTP Client | Conditional | Required only when logging into an `online-mode` server to send join request to mojang's session server. [Implement HTTP Client](Impl-http-client.md) |
|
||||
| Module Name | Required | Notes |
|
||||
|:------------|:------------|:-----------------------------------------------------------------------------------------------------------------------------|
|
||||
| TCP Socket | Yes | The `protocol` module does not have a built-in TCP Socket implementation. [Implement TCP Socket](Impl-tcp-socket.md) |
|
||||
| HTTP Client | Conditional | Required only when logging into an `online-mode` server to send join request to mojang's session server. **No Document yet** |
|
||||
|
||||
# Get started
|
||||
|
||||
|
||||
Reference in New Issue
Block a user