MCPcopy Create free account
hub / github.com/Teneted/Tenet / get

Method get

src/main/java/net/minecraftforge/fml/ModList.java:102–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100 }
101
102 public static ModList get() {
103 return INSTANCE;
104 }
105
106 private static ForkJoinWorkerThread newForkJoinWorkerThread(ForkJoinPool pool) {
107 ForkJoinWorkerThread thread = ForkJoinPool.defaultForkJoinWorkerThreadFactory.newThread(pool);

Callers 15

findObjectHoldersMethod · 0.95
getStatusMethod · 0.95
getTargetMethod · 0.95
listSuggestionsMethod · 0.95
registerMethod · 0.95
testMethod · 0.95
getDataForWritingMethod · 0.95
readDataMethod · 0.95
sendToMethod · 0.95
gatherModsMethod · 0.95
computeBrandingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected