Class WorkspaceSavedEvent

java.lang.Object
net.mcreator.plugin.MCREvent
net.mcreator.plugin.events.workspace.WorkspaceSavedEvent
Direct Known Subclasses:
WorkspaceSavedEvent.AfterSaving, WorkspaceSavedEvent.BeforeSaving, WorkspaceSavedEvent.CalledSavingMethod

public class WorkspaceSavedEvent extends MCREvent
  • Constructor Details

    • WorkspaceSavedEvent

      protected WorkspaceSavedEvent(Workspace workspace)

      This event is never called. It only aims to group all events inside a single class.

      Parameters:
      workspace -

      The Workspace that will try to be saved.

  • Method Details

    • getWorkspace

      public Workspace getWorkspace()