classpublicPriority 2
UndoRedoManager
com.hypixel.hytale.builtin.asseteditor.UndoRedoManager
4
Methods
4
Public Methods
0
Fields
1
Constructors
Constructors
public
UndoRedoManager()Methods
Public Methods (4)
public
AssetUndoRedoInfo clearUndoRedoStack(AssetPath path)public
AssetUndoRedoInfo getOrCreateUndoRedoStack(AssetPath path)public
AssetUndoRedoInfo getUndoRedoStack(AssetPath path)public
void putUndoRedoStack(AssetPath path, AssetUndoRedoInfo undoRedoInfo)Related Classes
Used By