Class WorkspaceTaskFinishedEvent
java.lang.Object
net.mcreator.plugin.MCREvent
net.mcreator.plugin.events.workspace.WorkspaceTaskFinishedEvent
- Direct Known Subclasses:
WorkspaceTaskFinishedEvent.TaskCompleted,WorkspaceTaskFinishedEvent.TaskError,WorkspaceTaskFinishedEvent.TaskSuccessful
This is a class grouping different MCREvent related to Gradle tasks that are triggered once a task is finished.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classMCreator triggers this event when it completes a task, meaning it is executed after the result of the task is known.static classThis event is only triggered when the task fails due to any type of error.static classThis event is only triggered when the task succeed. -
Constructor Summary
ConstructorsConstructorDescriptionWorkspaceTaskFinishedEvent(MCreator mcreator, GradleResultCode gradleStatus) This constructor alone does nothing. -
Method Summary
Methods inherited from class net.mcreator.plugin.MCREvent
event, getTimeout, isSynchronous
-
Constructor Details
-
WorkspaceTaskFinishedEvent
This constructor alone does nothing. It is used to group all related events. MCreator only trigger sub-events.
-
-
Method Details
-
getMCreator
-
getGradleStatus
-