mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Look command
This commit is contained in:
parent
468be97c27
commit
8bfdb2ab59
7 changed files with 119 additions and 17 deletions
|
|
@ -55,8 +55,9 @@ namespace MinecraftClient.Protocol
|
|||
/// Called when the server sets the new location for the player
|
||||
/// </summary>
|
||||
/// <param name="location">New location of the player</param>
|
||||
/// <param name="yawpitch">Yaw and pitch (optional and currently not parsed)</param>
|
||||
void UpdateLocation(Location location, byte[] yawpitch);
|
||||
/// <param name="yaw">New yaw</param>
|
||||
/// <param name="pitch">New pitch</param>
|
||||
void UpdateLocation(Location location, float yaw, float pitch);
|
||||
|
||||
/// <summary>
|
||||
/// This method is called when the connection has been lost
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue