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

Method getY

paper-api/src/main/java/org/bukkit/block/DoubleChest.java:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 }
62
63 public double getY() {
64 return getLocation().getY();
65 }
66
67 public double getZ() {
68 return getLocation().getZ();

Callers

nothing calls this directly

Calls 2

getLocationMethod · 0.95
getYMethod · 0.65

Tested by

no test coverage detected