AdvancementProgressEventType

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.

script.zs
import crafttweaker.forge.api.event.advancement.AdvancementProgressEventType;

Implements

Undocumented Interfaces

Comparable<Enum>

Enum Constants

AdvancementProgressEventType is an enum with 2 constants. They are accessible like so:

script.zs
// AdvancementProgressEventType.GRANT
<constant:forge:event/advancement/progress/type:grant>
// AdvancementProgressEventType.REVOKE
<constant:forge:event/advancement/progress/type:revoke>