MCPcopy Create free account
hub / github.com/cuberite/cuberite / run

Method run

Android/src/com/mcserver/MCServerActivity.java:85–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83
84 ServerStatusThread = new Thread( new Runnable() {
85 public void run() {
86 for(;;)
87 {
88 try {
89 runOnUiThread( new Runnable() {
90 public void run() {
91 UpdateServerStatus();
92 }
93 });
94 Thread.sleep(1000);
95 } catch (InterruptedException e) {
96 }
97 }
98 }
99 });
100 ServerStatusThread.start();
101

Callers

nothing calls this directly

Calls 3

UpdateServerStatusMethod · 0.95
AddToLogMethod · 0.95
sizeMethod · 0.80

Tested by

no test coverage detected