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

Method getX

src/minecraft/Position.java:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }
32
33 public int getX() {
34 return this.x;
35 }
36
37 public int getY() {
38 return this.y;

Callers 15

capByMethod · 0.95
capBelowMethod · 0.95
addPointEntitysMethod · 0.95
openMethod · 0.95
getBestXYZMethod · 0.45
getBestXYMethod · 0.45
getBestXZMethod · 0.45
getBestYZMethod · 0.45
getBestXMethod · 0.45
getBestYMethod · 0.45
getBestZMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected