MCPcopy Index your code
hub / github.com/PaperMC/Paper / setZ

Method setZ

paper-api/src/main/java/org/bukkit/Location.java:195–197  ·  view source on GitHub ↗

Sets the z-coordinate of this location @param z z-coordinate

(double z)

Source from the content-addressed store, hash-verified

193 * @param z z-coordinate
194 */
195 public void setZ(double z) {
196 this.z = z;
197 }
198
199 /**
200 * Gets the z-coordinate of this location

Callers 5

toBlockLocationMethod · 0.95
toCenterLocationMethod · 0.95
getLocationMethod · 0.45
getLocationMethod · 0.45
getLocationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected