- g - Variable in class org.homebrew.engine.ImageEntity
-
- gameloop - Variable in class org.homebrew.MyXlet
-
thread for the game loop
- GAMEOVER - Static variable in class org.homebrew.GameState
-
- GameState - Class in org.homebrew
-
- GameState(int) - Constructor for class org.homebrew.GameState
-
default constructor
- gameUpdate() - Method in class org.homebrew.MyXlet
-
updates all the game objects
- getBounds() - Method in class org.homebrew.engine.ImageEntity
-
Returns the bounding rectangle for the image
- getBounds() - Method in class org.homebrew.engine.Sprite
-
returns the bounding rectangle of the sprite
- getCenterX() - Method in class org.homebrew.engine.ImageEntity
-
returns the x coordinate of the center of the image
- getCenterY() - Method in class org.homebrew.engine.ImageEntity
-
returns the y coordinate of the center of the image
- getFilename() - Method in class org.homebrew.engine.SoundClip
-
returns the audio clips filename
- getImage() - Method in class org.homebrew.engine.ImageEntity
-
Returns the image to display
- getState() - Method in class org.homebrew.engine.Sprite
-
gets the sprites current state (alive, dead, etc.)
- getURL(String) - Method in class org.homebrew.engine.SoundClip
-
Returns the url path of the file
- getVelX() - Method in class org.homebrew.engine.BaseGameEntity
-
returns the object's x velocity
- getVelY() - Method in class org.homebrew.engine.BaseGameEntity
-
returns the object's y velocity
- getX() - Method in class org.homebrew.engine.BaseGameEntity
-
returns the object's x position
- getY() - Method in class org.homebrew.engine.BaseGameEntity
-
returns the object's y position
- GRAVITY - Variable in class org.homebrew.MyXlet
-
gravity