Merge pull request #972 from sdburns1998/smoothboyinc

client: Add Widget Animation Smoothing
This commit is contained in:
Tyler Bochard
2019-07-11 00:38:30 -04:00
committed by GitHub
14 changed files with 325 additions and 187 deletions

View File

@@ -1353,6 +1353,20 @@ public interface Client extends GameShell
*/
void setInterpolateObjectAnimations(boolean interpolate);
/**
* Checks whether animation smoothing is enabled for widgets.
*
* @return true if widget animation smoothing is enabled, false otherwise
*/
boolean isInterpolateWidgetAnimations();
/**
* Sets the animation smoothing state for widgets.
*
* @param interpolate the new smoothing state
*/
void setInterpolateWidgetAnimations(boolean interpolate);
/**
* Checks whether the logged in player is in an instanced region.
*