MCPcopy Create free account
hub / github.com/demoth/jake2 / set

Method set

client/src/main/java/jake2/client/SCR.java:126–131  ·  view source on GitHub ↗
(dirty_t src)

Source from the content-addressed store, hash-verified

124 int y2;
125
126 void set(dirty_t src) {
127 x1 = src.x1;
128 x2 = src.x2;
129 y1 = src.y1;
130 y2 = src.y2;
131 }
132
133 void clear() {
134 x1 = x2 = y1 = y2 = 0;

Callers 1

TileClearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected