MCPcopy Create free account
hub / github.com/VolmitSoftware/Adapt / stop

Method stop

src/main/java/com/volmit/adapt/api/data/WorldData.java:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 }
53
54 public static void stop() {
55 mantles.v().forEach(WorldData::unregister);
56 }
57
58 public static WorldData of(World world) {
59 return mantles.computeIfAbsent(world, WorldData::new);

Callers 1

stopSimMethod · 0.95

Calls 1

vMethod · 0.65

Tested by

no test coverage detected