Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ setWorld
Method
setWorld
src/periphery/Place.java:40–43 ·
view source on GitHub ↗
(String world)
Source
from the content-addressed store, hash-verified
38
}
39
40
public
Place setWorld(String world) {
41
this.world = world;
42
return
this;
43
}
44
45
public
String getDisplayName() {
46
return
this.displayName;
Callers
2
getConverterData
Method · 0.95
getPlaceFromCoordinates
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected