MCPcopy 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

getConverterDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected