Spectator-Teleport Implementation (#1825)

This commit is contained in:
xXjojaXx 2021-11-17 17:33:52 +01:00 committed by GitHub
parent 4ba09754de
commit 76a10c0cd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 88 additions and 0 deletions

View file

@ -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>