Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ getPlayerPosY
Method
getPlayerPosY
Minecraft-Utils/1.12.2/src/Variables.java:604–607 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
602
}
603
604
@Override
605
public
double getPlayerPosY() {
606
return
getSpectatingEntity().bw().b;
607
}
608
609
@Override
610
public
double getPlayerPosZ() {
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