MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / start

Method start

src/main/java/fieldbox/boxes/Boxes.java:122–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120 RunLoop.main.getLoop()
121 .attach(updater);
122 }
123
124 public void stop() {
125 RunLoop.main.getLoop()
126 .detach(updater);
127 }
128

Callers 10

OpenMethod · 0.45
mainMethod · 0.45
parseMethod · 0.45
ReloadMethod · 0.45
doSomethingMethod · 0.45
injectMethod · 0.45
TranslateMethod · 0.45
_transformMethod · 0.45
HTMLToTextureClass · 0.45
loadedMethod · 0.45

Calls 2

getLoopMethod · 0.80
attachMethod · 0.45

Tested by

no test coverage detected