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

Method copy

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

Source from the content-addressed store, hash-verified

123 }
124
125 public Position copy() {
126 return new Position(this.x, this.y, this.z);
127 }
128
129 public static Position subtract(Position position, Position end) {
130 if (position == null || end == null) {

Callers 7

WorldPieceMethod · 0.45
getFilePositionMethod · 0.45
getLowerMethod · 0.45
getHigherMethod · 0.45
getVmfStartMethod · 0.45
capByMethod · 0.45
capBelowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected