mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Spectator-Teleport Implementation (#1825)
This commit is contained in:
parent
4ba09754de
commit
76a10c0cd8
6 changed files with 88 additions and 0 deletions
|
|
@ -236,6 +236,12 @@ namespace MinecraftClient.Protocol
|
|||
/// <param name="selectedSlot">The slot of the trade, starts at 0.</param>
|
||||
bool SelectTrade(int selectedSlot);
|
||||
|
||||
/// <summary>
|
||||
/// Spectate a player/entity
|
||||
/// </summary>
|
||||
/// <param name="uuid">The uuid of the player/entity to spectate/teleport to.</param>
|
||||
bool SendSpectate(Guid uuid);
|
||||
|
||||
/// <summary>
|
||||
/// Get net read thread (main thread) ID
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue