![]() |
fCraft
0.638
Custom Minecraft Server
|
Object used to store More...
Collaboration diagram for fCraft.Drawing.UndoState:Public Member Functions | |
| UndoState ([CanBeNull] DrawOperation op) | |
| bool | Add (Vector3I coord, Block block) |
| UndoBlock | Get (int index) |
| BoundingBox | CalculateBounds () |
Public Attributes | |
| readonly DrawOperation | Op |
| readonly List< UndoBlock > | Buffer = new List<UndoBlock>() |
| bool | IsTooLargeToUndo |
| readonly object | SyncRoot = new object() |
Object used to store
| fCraft.Drawing.UndoState.UndoState | ( | [CanBeNull] DrawOperation | op | ) |
| BoundingBox fCraft.Drawing.UndoState.CalculateBounds | ( | ) |
| UndoBlock fCraft.Drawing.UndoState.Get | ( | int | index | ) |
| bool fCraft.Drawing.UndoState.IsTooLargeToUndo |
| readonly DrawOperation fCraft.Drawing.UndoState.Op |
| readonly object fCraft.Drawing.UndoState.SyncRoot = new object() |