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
Modifier and TypeClassDescriptionstatic class
This event is called when MCreator started the process of saving a workspace and it detected the workspace can and should be saved.static class
This event is called when MCreator started the process of saving a workspace and it detected the workspace can and should be saved.static class
It is called every time the method to save the workspace is called. -
Constructor Summary
ModifierConstructorDescriptionprotected
WorkspaceSavedEvent
(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
Workspace
that will try to be saved.
-
-
Method Details
-
getWorkspace
-