fr.umlv.botbattle
Interface BombInfo

All Superinterfaces:
BotContext.Info

public interface BombInfo
extends BotContext.Info

Bomb informations.

Version:
1.0
Author:
remi
See Also:
BotContext.infoTypes(), BotContext.info(Class)

Method Summary
 int getBombDuration()
          Returns delay in turn between a drop and the explosion of all bombs.
 int getBombSize()
          Returns the size of bomb explosion.
 int getMaxBombs()
          Returns the maximum number of bombs dropped in the same time.
 

Method Detail

getBombDuration

int getBombDuration()
Returns delay in turn between a drop and the explosion of all bombs.

Returns:
the duration of a bomb.

getMaxBombs

int getMaxBombs()
Returns the maximum number of bombs dropped in the same time.

Returns:
the maximum number of bombs.

getBombSize

int getBombSize()
Returns the size of bomb explosion.

Returns:
a size in cells or zero if the size is infinity.