Package | Description |
---|---|
org.homebrew | |
org.homebrew.engine |
Class and Description |
---|
Enum |
ImageEntity
This class contains all the methods for displaying an image on screen.
|
SoundClip |
Sprite
This class contains all the methods necessary to work with a single sprite such as moving, displaying and
collision detection.
|
Class and Description |
---|
BaseGameEntity
This class contains the basic properties of a game entity
|
ImageEntity
This class contains all the methods for displaying an image on screen.
|
Point2D
This class represents a single point on a game object and classes may extend it to represent a single
fixed point value such as a position or velocity etc.
|
Sprite
This class contains all the methods necessary to work with a single sprite such as moving, displaying and
collision detection.
|