MCPcopy Index your code
hub / github.com/GregTech6/gregtech6 / save

Method save

src/main/java/gregapi/lang/LanguageHandler.java:52–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 private static boolean mWritingEnabled = F;
51
52 public static void save() {
53 if (sLangFile != null) {
54 mWritingEnabled = T;
55 sLangFile.save();
56 }
57 }
58
59 public static synchronized void set(String aKey, String aEnglish) {
60 BACKUPMAP.put(aKey, aEnglish);

Callers 3

onModPostInit2Method · 0.95
addMethod · 0.45
langfileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected