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

Method y

paper-api/src/main/java/org/bukkit/Location.java:1275–1278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1273 }
1274
1275 @Override
1276 public double y() {
1277 return this.getY();
1278 }
1279
1280 @Override
1281 public double z() {

Callers 1

toLocationMethod · 0.95

Calls 1

getYMethod · 0.95

Tested by

no test coverage detected