Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/PaperMC/Paper
/ getZ
Method
getZ
paper-api/src/main/java/org/bukkit/util/Vector.java:612–614 ·
view source on GitHub ↗
Gets the Z component. @return The Z component.
()
Source
from the content-addressed store, hash-verified
610
* @
return
The Z component.
611
*/
612
public
double getZ() {
613
return
z;
614
}
615
616
/**
617
* Gets the floored value of the Z component, indicating the block that
Callers
15
getRandom
Method · 0.95
testExpectedXYZ
Method · 0.95
rayTrace
Method · 0.95
BlockIterator
Method · 0.95
rotateAroundX
Method · 0.95
rotateAroundY
Method · 0.95
rotateAroundNonUnitAxis
Method · 0.95
serialize
Method · 0.95
setRotation
Method · 0.95
setRotation
Method · 0.95
setRotation
Method · 0.95
setRotation
Method · 0.95
Calls
no outgoing calls
Tested by
2
getRandom
Method · 0.76
testExpectedXYZ
Method · 0.76