Class WorkspaceSavedEvent.BeforeSaving

java.lang.Object
net.mcreator.plugin.MCREvent
net.mcreator.plugin.events.workspace.WorkspaceSavedEvent
net.mcreator.plugin.events.workspace.WorkspaceSavedEvent.BeforeSaving
Enclosing class:
WorkspaceSavedEvent

public static class WorkspaceSavedEvent.BeforeSaving extends WorkspaceSavedEvent

This event is called when MCreator started the process of saving a workspace and it detected the workspace can and should be saved. At this point, the backup is not made yet, but MCreator is sure the workspace file is valid and not unchanged.

  • Constructor Details

    • BeforeSaving

      public BeforeSaving(Workspace workspace)