Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ setZ
Method
setZ
src/minecraft/Position.java:55–58 ·
view source on GitHub ↗
(int z)
Source
from the content-addressed store, hash-verified
53
}
54
55
public
Position setZ(
int
z) {
56
this.z = z;
57
return
this;
58
}
59
60
@Override
61
public
boolean equals(Object object) {
Callers
3
getMean
Method · 0.95
bringInOrder
Method · 0.80
PlayerInLevelReader
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected