Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/PaperMC/Paper
/ getX
Method
getX
paper-api/src/main/java/org/bukkit/util/Vector.java:574–576 ·
view source on GitHub ↗
Gets the X component. @return The X component.
()
Source
from the content-addressed store, hash-verified
572
* @
return
The X component.
573
*/
574
public
double getX() {
575
return
x;
576
}
577
578
/**
579
* Gets the floored value of the X component, indicating the block that
Callers
15
getRandom
Method · 0.95
testExpectedXYZ
Method · 0.95
rayTrace
Method · 0.95
BlockIterator
Method · 0.95
rotateAroundY
Method · 0.95
rotateAroundZ
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