Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getRandom
Method · 0.95
testExpectedXYZ
Method · 0.95
rayTrace
Method · 0.95
BlockIterator
Method · 0.95
rotateAroundX
Method · 0.95
rotateAroundZ
Method · 0.95
rotateAroundNonUnitAxis
Method · 0.95
serialize
Method · 0.95
rayTraceBlocks
Method · 0.95
rayTrace
Method · 0.95
launchProjectile
Method · 0.95
Calls
no outgoing calls
Tested by
2
getRandom
Method · 0.76
testExpectedXYZ
Method · 0.76