Added ways to cancel instances through the API

For Fireball and Torrent.
This commit is contained in:
Brendan Wilson 2015-02-01 09:27:42 -05:00
parent 4948afea6f
commit fa2072227c
2 changed files with 2 additions and 2 deletions

View file

@ -198,7 +198,7 @@ public class Fireball {
return false;
}
private void explode() {
public void explode() {
// List<Block> blocks = Methods.getBlocksAroundPoint(location, 3);
// List<Block> blocks2 = new ArrayList<Block>();

View file

@ -433,7 +433,7 @@ public class Torrent {
blocks.clear();
}
private void remove() {
public void remove() {
clearRing();
for (TempBlock block : launchblocks)
block.revertBlock();