Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ setX
Method
setX
src/minecraft/Position.java:45–48 ·
view source on GitHub ↗
(int x)
Source
from the content-addressed store, hash-verified
43
}
44
45
public
Position setX(
int
x) {
46
this.x = x;
47
return
this;
48
}
49
50
public
Position setY(
int
y) {
51
this.y = y;
Callers
3
getMean
Method · 0.95
bringInOrder
Method · 0.80
PlayerInLevelReader
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected