Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaperMC/Paper
/ getX
Method
getX
paper-api/src/main/java/org/bukkit/block/DoubleChest.java:59–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
public
double getX() {
60
return
getLocation().getX();
61
}
62
63
public
double getY() {
64
return
getLocation().getY();
Callers
nothing calls this directly
Calls
2
getLocation
Method · 0.95
getX
Method · 0.65
Tested by
no test coverage detected