Interface Change

All Known Implementing Classes:
BiomeChange, BiomeChange3D, BlockChange, EntityCreate, EntityRemove

public interface Change
Describes a change that can be undone or re-applied.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    redo(UndoContext context)
    Perform an redo.
    void
    undo(UndoContext context)
    Perform an undo.