1The Java error message Reached End of File While Parsing results if a closing curly bracket for a block of code (e.g, method, class) is missing. The fix is easy — just proofread your code.
1error: reached end of file while parsing
2 private void doClientStuff(final FMLClientSetupEvent event) { }