| Package | Description |
|---|---|
| com.elmakers.mine.bukkit.api.batch | |
| com.elmakers.mine.bukkit.api.block | |
| com.elmakers.mine.bukkit.api.magic |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SpellBatch |
interface |
UndoBatch |
| Modifier and Type | Method and Description |
|---|---|
void |
UndoList.setBatch(Batch batch) |
| Modifier and Type | Method and Description |
|---|---|
Batch |
Mage.cancelPending()
Cancel any pending construction batches.
|
Batch |
Mage.cancelPending(boolean force) |
Batch |
Mage.cancelPending(String spellKey) |
Batch |
Mage.cancelPending(String spellKey,
boolean force) |
Batch |
Mage.cancelPending(String spellKey,
boolean force,
boolean nonBatched) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Batch> |
Mage.getPendingBatches()
Return the list of pending construction batches for this Mage.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Mage.addBatch(Batch batch) |
Copyright © 2021 elMakers. All rights reserved.