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

Method getY

paper-api/src/main/java/org/bukkit/util/Vector.java:593–595  ·  view source on GitHub ↗

Gets the Y component. @return The Y component.

()

Source from the content-addressed store, hash-verified

591 * @return The Y component.
592 */
593 public double getY() {
594 return y;
595 }
596
597 /**
598 * Gets the floored value of the Y component, indicating the block that

Callers 11

getRandomMethod · 0.95
testExpectedXYZMethod · 0.95
rayTraceMethod · 0.95
BlockIteratorMethod · 0.95
rotateAroundXMethod · 0.95
rotateAroundZMethod · 0.95
serializeMethod · 0.95
rayTraceBlocksMethod · 0.95
rayTraceMethod · 0.95
launchProjectileMethod · 0.95

Calls

no outgoing calls

Tested by 2

getRandomMethod · 0.76
testExpectedXYZMethod · 0.76