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

Method smaller

src/minecraft/Position.java:115–117  ·  view source on GitHub ↗
(Position other)

Source from the content-addressed store, hash-verified

113 }
114
115 public boolean smaller(Position other) {
116 return this.x < other.x && this.y < other.y && this.z < other.z;
117 }
118
119 public void setTo(Position other) {
120 this.x = other.x;

Callers 1

CuboidMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected