Package zombie.gameStates
Class MainScreenState.ScreenElement
java.lang.Object
zombie.gameStates.MainScreenState.ScreenElement
- Enclosing class:
- MainScreenState
public static class MainScreenState.ScreenElement
extends java.lang.Object
- 
Field Summary
- 
Constructor SummaryConstructors Constructor Description ScreenElement(Texture tex, int x, int y, float xVel, float yVel, int xCount)
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Field Details- 
alphapublic float alpha
- 
alphaSteppublic float alphaStep
- 
jumpBackpublic boolean jumpBack
- 
sxpublic float sx
- 
sypublic float sy
- 
targetAlphapublic float targetAlpha
- 
tex
- 
TicksTillTargetAlphapublic int TicksTillTargetAlpha
- 
xpublic float x
- 
xCountpublic int xCount
- 
xVelpublic float xVel
- 
xVelOpublic float xVelO
- 
ypublic float y
- 
yVelpublic float yVel
- 
yVelOpublic float yVelO
 
- 
- 
Constructor Details- 
ScreenElement
 
- 
- 
Method Details- 
renderpublic void render()
- 
setYpublic void setY(float y)
- 
updatepublic void update()
 
-