public abstract class MonsterCharacter extends AICharacter
AICharacter is the base
for all Monsters.| Modifier | Constructor and Description |
|---|---|
protected |
MonsterCharacter(int id,
String name,
AICharacterManager mgr)
Creates an instance of
MonsterCharacter. |
| Modifier and Type | Method and Description |
|---|---|
protected AICharacterManager |
getManager()
Returns the character manager for this character.
|
void |
notifyStatsChanged()
This method tends to have common behavior, so a default implementation
is provided here.
|
getID, getName, regenerate, runclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcollidedFrom, collidedInto, getStatistics, sendMessageprotected MonsterCharacter(int id,
String name,
AICharacterManager mgr)
MonsterCharacter.id - the identifier for this charactername - the name for this characterprotected AICharacterManager getManager()
public void notifyStatsChanged()
Copyright © 2013. All Rights Reserved.