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

Method setRect

src/main/java/jace/cheat/MemoryCell.java:53–58  ·  view source on GitHub ↗
(int x, int y, int w, int h)

Source from the content-addressed store, hash-verified

51 }
52
53 public void setRect(int x, int y, int w, int h) {
54 this.x = x;
55 this.y = y;
56 this.width = w;
57 this.height = h;
58 }
59
60 public int getX() {
61 return x;

Callers 1

redrawMemoryViewMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected