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

Method setX

src/minecraft/Position.java:45–48  ·  view source on GitHub ↗
(int x)

Source from the content-addressed store, hash-verified

43 }
44
45 public Position setX(int x) {
46 this.x = x;
47 return this;
48 }
49
50 public Position setY(int y) {
51 this.y = y;

Callers 3

getMeanMethod · 0.95
bringInOrderMethod · 0.80
PlayerInLevelReaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected