inventory grid: add delay before activating overlay

This commit is contained in:
Adam
2019-06-04 08:52:05 -04:00
parent c7357bcf29
commit 8806bba274
3 changed files with 11 additions and 1 deletions

View File

@@ -1360,6 +1360,13 @@ public interface Client extends GameEngine
*/
boolean isInInstancedRegion();
/**
* Get the number of client ticks an item has been pressed
*
* @return the number of client ticks an item has been pressed
*/
int getItemPressedDuration();
/**
* Sets whether the client is hiding entities.
* <p>