MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / userActivity

Method userActivity

src/main/java/Client/AutoStatus.java:104–112  ·  view source on GitHub ↗
(int awayType)

Source from the content-addressed store, hash-verified

102 }
103
104 public void userActivity(int awayType) {
105 if (Config.autoAwayType==Config.AWAY_OFF) {
106 return;
107 }
108
109 if (Config.autoAwayType == awayType) {
110 reset();
111 }
112 }
113
114 public void appLocked() {
115 if (Config.autoAwayType == Config.AWAY_LOCK) {

Callers 5

keyPressedMethod · 0.80
keyRepeatedMethod · 0.80
keyReleasedMethod · 0.80
pointerPressedMethod · 0.80
sendMessageMethod · 0.80

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected