MCPcopy Create free account
hub / github.com/badvision/jace / getMotherboard

Method getMotherboard

src/main/java/jace/core/Computer.java:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 }
72
73 final public Motherboard getMotherboard() {
74 return motherboard;
75 }
76
77 ChangeListener<Boolean> runningPropertyListener = (prop, oldVal, newVal) -> runningProperty.set(newVal);
78 final public void setMotherboard(Motherboard m) {

Callers 15

setVideoMethod · 0.95
connectControlsMethod · 0.80
setSpeedMethod · 0.80
abortMethod · 0.80
whileSuspendedMethod · 0.80
MetaCheatClass · 0.80
suspendMethod · 0.80
resumeMethod · 0.80
reconfigureMethod · 0.80
doPauseMethod · 0.80
doResumeMethod · 0.80
tickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected