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

Method getVideo

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

Source from the content-addressed store, hash-verified

121 }
122
123 final public Video getVideo() {
124 return video;
125 }
126
127 final public void setVideo(Video video) {
128 if (this.video != null && this.video != video) {

Callers 10

saveScreenshotRawMethod · 0.80
withVideoMethod · 0.80
readSwitchMethod · 0.80
warmStartMethod · 0.80
reconfigureMethod · 0.80
readSwitchMethod · 0.80
_callListenerMethod · 0.80
doEventMethod · 0.80
getScreenshotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected