|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lee.mugen.sprite.character.spiteCnsSubClass.constante.Movement
public class Movement
| Nested Class Summary | |
|---|---|
static class |
Movement.AirJump
|
static class |
Movement.Friction
|
| Constructor Summary | |
|---|---|
Movement()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
Movement.AirJump |
getAirjump()
|
Movement.Friction |
getCrouch()
|
Movement.Friction |
getStand()
|
float |
getYaccel()
|
void |
setYaccel(float yaccel)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Movement()
| Method Detail |
|---|
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic float getYaccel()
public void setYaccel(float yaccel)
public Movement.AirJump getAirjump()
public Movement.Friction getCrouch()
public Movement.Friction getStand()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||