|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectus.asciiroth.client.core.AbstractPiece
us.asciiroth.client.agents.AbstractAgent
us.asciiroth.client.agents.AbstractAnimatedAgent
us.asciiroth.client.agents.npc.NPC
public abstract class NPC
See package description.
| Method Summary | |
|---|---|
int |
changeHealth(int delta)
For agents, "health" is the chance of destroying an agent. |
void |
onFrame(Context ctx,
Cell cell,
int frame)
Animation callback, executed once each frame for each piece animated on the board. |
void |
onHit(Event event,
Cell attackerLoc,
Cell agentLoc,
Agent agent)
Fired when this agent collides with the player, or if this agent is the player, when the player collides with another agent (in other words, this method will not fire if one non-player agent collides with another non-player agent). |
void |
onHitBy(Event event,
Cell agentLoc,
Agent agent,
Direction dir)
Called when this agent is hit by another agent (another agent collides with it). |
void |
onHitBy(Event event,
Cell itemLoc,
Item item,
Direction dir)
Called when this agent is hit by another item, either by being thrown, or by being wielded by the player. |
| Methods inherited from class us.asciiroth.client.agents.AbstractAnimatedAgent |
|---|
randomSeed |
| Methods inherited from class us.asciiroth.client.agents.AbstractAgent |
|---|
canEnter, onDie |
| Methods inherited from class us.asciiroth.client.core.AbstractPiece |
|---|
getColor, getName, getSymbol, is, not |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface us.asciiroth.client.core.Piece |
|---|
getColor, getName, getSymbol, is, not |
| Method Detail |
|---|
public int changeHealth(int delta)
AbstractAgent
changeHealth in interface AgentchangeHealth in class AbstractAgentdelta - the damage to take or the adjustment to the percentage
chance to be hit.
public void onFrame(Context ctx,
Cell cell,
int frame)
Animated
public void onHit(Event event,
Cell attackerLoc,
Cell agentLoc,
Agent agent)
Agent
onHit in interface AgentonHit in class AbstractAgent
public void onHitBy(Event event,
Cell agentLoc,
Agent agent,
Direction dir)
Agent
onHitBy in interface AgentonHitBy in class AbstractAgent
public void onHitBy(Event event,
Cell itemLoc,
Item item,
Direction dir)
Agent
onHitBy in interface AgentonHitBy in class AbstractAgent
|
0.7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
© 2009 Alx Dark