Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Frontrooms/3.0-GC
/ getZ
Method
getZ
src/main/java/emu/grasscutter/utils/Position.java:62–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
}
61
62
public
float getZ() {
63
return
z;
64
}
65
66
public
void
setZ(float z) {
67
this.z = z;
Callers
15
handleCombatInvocationsNotify
Method · 0.95
teleport
Method · 0.95
checkSpawns
Method · 0.95
equal2d
Method · 0.95
equal3d
Method · 0.95
computeDistance
Method · 0.95
toString
Method · 0.95
toProto
Method · 0.95
execute
Method · 0.95
execute
Method · 0.95
isPlayerMoving
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected