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

Method setY

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

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

(double y)

Source from the content-addressed store, hash-verified

165 * @param y y-coordinate
166 */
167 public void setY(double y) {
168 this.y = y;
169 }
170
171 /**
172 * Gets the y-coordinate of this location

Callers 7

toBlockLocationMethod · 0.95
toCenterLocationMethod · 0.95
toHighestLocationMethod · 0.95
getEyeLocationMethod · 0.95
getLocationMethod · 0.45
getLocationMethod · 0.45
getLocationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected