Merge remote-tracking branch 'upstream/master' into master

This commit is contained in:
ThatGamerBlue
2021-06-10 04:05:42 +01:00
25 changed files with 327 additions and 57 deletions

View File

@@ -673,12 +673,19 @@ public interface Client extends GameEngine
boolean isMenuOpen();
/**
* Gets the angle of the map, or camera yaw.
* Gets the angle of the map, or target camera yaw.
*
* @return the map angle
*/
int getMapAngle();
/**
* Set the target camera yaw
*
* @param cameraYawTarget
*/
void setCameraYawTarget(int cameraYawTarget);
/**
* Checks whether the client window is currently resized.
*