MCPcopy Create free account
hub / github.com/Garten/sourcecraft / setWindowPosX

Method setWindowPosX

src/periphery/Config.java:183–188  ·  view source on GitHub ↗
(String windowPosX)

Source from the content-addressed store, hash-verified

181 }
182
183 public void setWindowPosX(String windowPosX) {
184 if (!windowPosX.equals("")) {
185 this.windowPosX = Integer.valueOf(windowPosX);
186 }
187
188 }
189
190 public void setWindowPosY(String windowPosY) {
191 if (!windowPosY.equals("")) {

Callers

nothing calls this directly

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected