mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Implement more realisic fall to ground
Should help moving around in servers using anti-cheat plugins. See #195
This commit is contained in:
parent
8ccc5d5af2
commit
a344ac4101
6 changed files with 85 additions and 30 deletions
|
|
@ -55,7 +55,8 @@ namespace MinecraftClient.Protocol
|
|||
/// Called when the server sets the new location for the player
|
||||
/// </summary>
|
||||
/// <param name="location">New location of the player</param>
|
||||
void UpdateLocation(Location location);
|
||||
/// <param name="yawpitch">Yaw and pitch (optional and currently not parsed)</param>
|
||||
void UpdateLocation(Location location, byte[] yawpitch);
|
||||
|
||||
/// <summary>
|
||||
/// This method is called when the connection has been lost
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue