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

Method setCurrentRow

src/main/java/jace/core/VideoWriter.java:34–36  ·  view source on GitHub ↗
(int y)

Source from the content-addressed store, hash-verified

32
33 int currentRow = -1;
34 public void setCurrentRow(int y) {
35 currentRow = y;
36 }
37
38 public abstract void displayByte(WritableImage screen, int xOffset, int y, int yTextOffset, int yGraphicsOffset);
39

Callers 1

tickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected