MCPcopy Create free account
hub / github.com/Neop/mudmap2 / setHome

Method setHome

src/main/java/mudmap2/backend/World.java:158–160  ·  view source on GitHub ↗

Sets a new home position @param home

(WorldCoordinate home)

Source from the content-addressed store, hash-verified

156 * @param home
157 */
158 public void setHome(WorldCoordinate home){
159 this.home = home;
160 }
161
162 // --------- places --------------------------------------------------------
163

Callers 6

testGotoHomeMethod · 0.95
testPushPopPositionMethod · 0.95
testGetHomeMethod · 0.95
testSetHomeMethod · 0.95
getNewWorldMethod · 0.95
readFileMethod · 0.95

Calls

no outgoing calls

Tested by 4

testGotoHomeMethod · 0.76
testPushPopPositionMethod · 0.76
testGetHomeMethod · 0.76
testSetHomeMethod · 0.76