|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmodel.Actions.Action
model.Actions.DoNothing
public class DoNothing
| Constructor Summary | |
|---|---|
DoNothing(java.lang.String name,
Player active,
Player target)
Construtor da classe DoNothing. |
|
| Method Summary | |
|---|---|
void |
initialize()
|
void |
setStartStepFor(Action action)
Determina qual o passo inicial da animação da ação. |
void |
step()
Faz um passo de ação. |
| Methods inherited from class model.Actions.Action |
|---|
getName, getStep, setFlag |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DoNothing(java.lang.String name,
Player active,
Player target)
name - O nome da ação.active - O personagem que vai executar a ação. Não usado.target - Um campo genérico nulo que não será usado.| Method Detail |
|---|
public void initialize()
initialize in class Actionpublic void step()
step in class Actionpublic void setStartStepFor(Action action)
setStartStepFor in class Action
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||