| Package | Description |
|---|---|
| com.sun.sgs.example.hack.server.ai |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectMonster
This is a very simple monster that implements the "yellow box" logic
for the game of secret collect.
|
class |
DemonMonster
This is an implementation of
MonsterCharacter that models
a demon creature that is strong, retaliatory, but only somewhat mobile. |
class |
MonsterCharacter
This abstract implementation of
AICharacter is the base
for all Monsters. |
class |
NPCharacter
This is an implementation of
AICharacter that supports
Non-Player Characters. |
class |
RodentMonster
This is an implementation of
MonsterCharacter that supports
behavior for a rodent. |
| Modifier and Type | Method and Description |
|---|---|
void |
AICharacterManager.setCharacter(AICharacter character)
Sets the character for this manager.
|
Copyright © 2013. All Rights Reserved.