bot
Class Acid
java.lang.Object
bot.Thing
bot.Actor
bot.Acid
- All Implemented Interfaces:
- Cloneable, Serializable
- public class Acid
- extends Actor
Acid will kill any bot that it acts on.
- See Also:
- Serialized Form
|
Constructor Summary |
Acid()
|
|
Method Summary |
void |
act(Bot bot)
Override this method to make the actor do something to the passed bot. |
String |
pictureName()
We are usually invisible. |
Acid
public Acid()
act
public void act(Bot bot)
throws BotException
- Description copied from class:
Actor
- Override this method to make the actor do something to the passed bot.
- Overrides:
act in class Actor
- Throws:
BotException
pictureName
public String pictureName()
- Description copied from class:
Actor
- We are usually invisible.
- Overrides:
pictureName in class Actor