| Package | Description |
|---|---|
| com.sun.sgs.example.hack.server.ai |
| Modifier and Type | Method and Description |
|---|---|
protected AICharacterManager |
MonsterCharacter.getManager()
Returns the character manager for this character.
|
static AICharacterManager |
MonsterFactory.getMonster(int id,
String type)
Creates an instance of
AICharacterManager and returns a
reference to the new instance |
static AICharacterManager |
AICharacterManager.newInstance()
Returns a reference to a new instance of
AICharacterManager
that is registered correctly. |
| Constructor and Description |
|---|
CollectMonster(AICharacterManager mgr)
Creates an instance of
CollectMonster using the
default identifier. |
CollectMonster(int id,
AICharacterManager mgr)
Creates an instance of
CollectMonster based on the
given identifier. |
DemonMonster(AICharacterManager mgr)
Creates an instance of
DemonMonster using the default
identifier. |
DemonMonster(int id,
AICharacterManager mgr)
Creates an instance of
DemonMonster. |
MonsterCharacter(int id,
String name,
AICharacterManager mgr)
Creates an instance of
MonsterCharacter. |
NPCharacter(int id,
String name,
String[] messages,
AICharacterManager mgr)
Creates an instance of
NPCharacter. |
RodentMonster(AICharacterManager mgr)
Creates an instance of
RodentMonster with the default
identifier. |
RodentMonster(int id,
AICharacterManager mgr)
Creates an instance of
RodentMonster. |
Copyright © 2013. All Rights Reserved.