1 min readJan 14, 2020
Hmm, it looks like you may be missing import statements (these are generally at the top of your code in each .java file), or if you already have your import statements you may need to import (or reimport) forge into the project.
Would you mind sharing a screenshot of your ExampleMod.java file in Eclipse? I can help better the more I can see :)