EventResult
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
import crafttweaker.neoforge.api.event.EventResult;
Implements
Undocumented Interfaces
Comparable<Enum>
Enum Constants
EventResult is an enum with 3 constants. They are accessible like so:
// EventResult.ALLOW<constant:neoforge:event/result:allow>// EventResult.DEFAULT<constant:neoforge:event/result:default>// EventResult.DENY<constant:neoforge:event/result:deny>