| Modifier and Type | Method and Description |
|---|---|
UndoList |
CastContext.getUndoList() |
| Modifier and Type | Method and Description |
|---|---|
UndoList |
UndoBatch.getUndoList() |
UndoList |
SpellBatch.getUndoList() |
| Modifier and Type | Method and Description |
|---|---|
UndoList |
UndoQueue.getLast() |
UndoList |
UndoQueue.getLast(org.bukkit.block.Block target) |
UndoList |
BlockData.getUndoList() |
UndoList |
UndoQueue.undoRecent(org.bukkit.block.Block block,
int timeout)
Undo a recent construction performed by this Mage against the
given Block
|
UndoList |
UndoQueue.undoRecent(int timeout)
Undo a recent construction performed by this Mage.
|
UndoList |
UndoQueue.undoRecent(int timeout,
String spellKey) |
| Modifier and Type | Method and Description |
|---|---|
Collection<UndoList> |
UndoQueue.getAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
UndoQueue.add(UndoList blocks) |
void |
BlockData.setUndoList(UndoList undoList) |
| Modifier and Type | Method and Description |
|---|---|
List<UndoList> |
UndoData.getBlockList() |
| Modifier and Type | Method and Description |
|---|---|
UndoList |
Mage.getLastUndoList() |
UndoList |
Mage.undo()
Undo the last construction performed by this Mage.
|
UndoList |
Mage.undo(org.bukkit.block.Block block)
Undo the last construction performed by this Mage against the
given Block
|
UndoList |
MageController.undoAny(org.bukkit.block.Block target) |
UndoList |
MageController.undoRecent(org.bukkit.block.Block target,
int timeout) |
| Modifier and Type | Method and Description |
|---|---|
Collection<UndoList> |
MagicAPI.getPendingUndo() |
| Modifier and Type | Method and Description |
|---|---|
void |
MageController.cancelScheduledUndo(UndoList undoList) |
boolean |
Mage.prepareForUndo(UndoList blocks) |
boolean |
Mage.registerForUndo(UndoList blocks) |
void |
MageController.scheduleUndo(UndoList undoList) |
Copyright © 2021 elMakers. All rights reserved.