mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Player session
This commit is contained in:
parent
08da49756f
commit
4be7a05006
6 changed files with 87 additions and 8 deletions
|
|
@ -255,6 +255,12 @@ namespace MinecraftClient.Protocol
|
|||
/// <param name="uuid">The uuid of the player/entity to spectate/teleport to.</param>
|
||||
bool SendSpectate(Guid uuid);
|
||||
|
||||
/// <summary>
|
||||
/// Send player session
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
bool SendPlayerSession(PlayerKeyPair? playerKeyPair);
|
||||
|
||||
/// <summary>
|
||||
/// Get net read thread (main thread) ID
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue