|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.rico.adventure.entity.AbstractEntity
de.rico.adventure.entity.character.AbstractCharacter
de.rico.adventure.entity.character.NonPlayerCharacter
public class NonPlayerCharacter
A class that represents characters that can't be controlled by the player.
Constructor Summary | |
---|---|
NonPlayerCharacter(AbstractMesh mesh)
Creates a new non-player-character with the specified mesh as a model. |
Method Summary |
---|
Methods inherited from class de.rico.adventure.entity.character.AbstractCharacter |
---|
getRoom, say, say, setRoom |
Methods inherited from class de.rico.adventure.entity.AbstractEntity |
---|
destroy, drawScreenName, getMesh, getScreenName, getScriptId, isEnabled, setEnabled, setScreenName, setScriptId, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NonPlayerCharacter(AbstractMesh mesh)
mesh
- mesh to use as a model
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |