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 net.mcreator.plugin.MCREvent
event, getTimeout, isSynchronous
-
Constructor Details
-
WorkspaceSavedEvent
This event is never called. It only aims to group all events inside a single class.
- Parameters:
workspace-The
Workspacethat will try to be saved.
-
-
Method Details
-
getWorkspace
-