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

Method setInfoRing

src/main/java/mudmap2/backend/Place.java:177–180  ·  view source on GitHub ↗

sets the information ring @param infoRing

(final InformationColor infoRing)

Source from the content-addressed store, hash-verified

175 * @param infoRing
176 */
177 public void setInfoRing(final InformationColor infoRing) {
178 this.infoRing = infoRing;
179 callWorldChangeListeners();
180 }
181
182 /**
183 * Gets the comments

Callers 6

testGetInfoRingMethod · 0.95
testSetInfoRingMethod · 0.95
putPlaceholderMethod · 0.95
readFileMethod · 0.95
saveMethod · 0.80

Calls 1

Tested by 2

testGetInfoRingMethod · 0.76
testSetInfoRingMethod · 0.76