MCPcopy Create free account
hub / github.com/Frontrooms/3.0-GC / createGachaMapping

Method createGachaMapping

src/main/java/emu/grasscutter/tools/Tools.java:38–40  ·  view source on GitHub ↗
(String location)

Source from the content-addressed store, hash-verified

36 }
37
38 public static void createGachaMapping(String location) throws Exception {
39 ToolsWithLanguageOption.createGachaMapping(location, getLanguageOption());
40 }
41
42 public static List<String> getAvailableLanguage() {
43 File textMapFolder = new File(RESOURCE("TextMap"));

Callers 2

mainMethod · 0.95
GenerateGachaMappingsMethod · 0.95

Calls 2

createGachaMappingMethod · 0.95
getLanguageOptionMethod · 0.95

Tested by

no test coverage detected