Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ setY
Method
setY
src/minecraft/Position.java:50–53 ·
view source on GitHub ↗
(int y)
Source
from the content-addressed store, hash-verified
48
}
49
50
public
Position setY(
int
y) {
51
this.y = y;
52
return
this;
53
}
54
55
public
Position setZ(
int
z) {
56
this.z = z;
Callers
7
getMean
Method · 0.95
getBoundAndTarget
Method · 0.95
addSpawnPoint
Method · 0.95
add
Method · 0.80
add
Method · 0.80
bringInOrder
Method · 0.80
PlayerInLevelReader
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected