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

Method move

src/minecraft/Position.java:82–87  ·  view source on GitHub ↗
(int x, int y, int z)

Source from the content-addressed store, hash-verified

80 }
81
82 public Position move(int x, int y, int z) {
83 this.x = this.x + x;
84 this.y = this.y + y;
85 this.z = this.z + z;
86 return this;
87 }
88
89 public static Position add(Position a, Position b) {
90 if (a == null || b == null) {

Callers 13

addMethod · 0.95
addMethod · 0.95
addMethod · 0.95
addMethod · 0.95
addMethod · 0.95
addMethod · 0.95
addPointEntitysMethod · 0.95
addSpawnPointMethod · 0.95
addSkyShellMethod · 0.95
addMethod · 0.45
movePointExactlyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected