Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ getPlayerPosX
Method
getPlayerPosX
Minecraft-Utils/1.10/src/Variables.java:600–603 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
598
}
599
600
@Override
601
public
double getPlayerPosX() {
602
return
getSpectatingEntity().p;
603
}
604
605
@Override
606
public
double getPlayerPosY() {
Callers
8
getPlayerChunkX
Method · 0.95
getPlayerChunkY
Method · 0.95
getPlayerChunkZ
Method · 0.95
getPlayerChunkRelX
Method · 0.95
getPlayerChunkRelY
Method · 0.95
getPlayerChunkRelZ
Method · 0.95
getBiome
Method · 0.95
getLightLevel
Method · 0.95
Calls
1
getSpectatingEntity
Method · 0.95
Tested by
no test coverage detected