Class WorkspaceSavedEvent
java.lang.Object
net.mcreator.plugin.MCREvent
net.mcreator.plugin.events.workspace.WorkspaceSavedEvent
- Direct Known Subclasses:
WorkspaceSavedEvent.AfterSaving, WorkspaceSavedEvent.BeforeSaving, WorkspaceSavedEvent.CalledSavingMethod
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThis event is called when MCreator started the process of saving a workspace and it detected the workspace can and should be saved.static classThis event is called when MCreator started the process of saving a workspace and it detected the workspace can and should be saved.static classIt is called every time the method to save the workspace is called. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWorkspaceSavedEvent(Workspace workspace) This event is never called. -
Method Summary
Methods inherited from class MCREvent
event, getTimeout, isSynchronous
-
Constructor Details
-
WorkspaceSavedEvent
-
-
Method Details
-
getWorkspace
-