Notify before 5 minute idle and 6h logout

This commit is contained in:
UniquePassive
2018-01-19 23:19:09 +01:00
parent 25854cfff4
commit 2d0cd23785
3 changed files with 65 additions and 0 deletions

View File

@@ -176,4 +176,8 @@ public interface Client
BufferProvider getBufferProvider();
int getMouseIdleTicks();
int getKeyboardIdleTicks();
}