Uses of Class
com.dicycat.kroy.GameObject
-
Packages that use GameObject Package Description com.dicycat.kroy.bullets com.dicycat.kroy.entities com.dicycat.kroy.misc com.dicycat.kroy.screens -
-
Uses of GameObject in com.dicycat.kroy.bullets
Subclasses of GameObject in com.dicycat.kroy.bullets Modifier and Type Class Description class
Bullet
Projectile fired by hostile entities -
Uses of GameObject in com.dicycat.kroy.entities
Subclasses of GameObject in com.dicycat.kroy.entities Modifier and Type Class Description class
Entity
Class for interactive gameObjectsclass
FireStation
Static friendly Entity.class
FireTruck
Controlled by the player.class
Fortress
Static hostile Entity.class
UFO
Mobile hostile entity.Methods in com.dicycat.kroy.entities with parameters of type GameObject Modifier and Type Method Description boolean
FireTruck. objectInRange(GameObject object)
Check if a game object is in range of the fire truck -
Uses of GameObject in com.dicycat.kroy.misc
Subclasses of GameObject in com.dicycat.kroy.misc Modifier and Type Class Description class
StatBar
Sprites used to display statistics for the playerclass
WaterStream
Sprite used to represent where the player is shooting -
Uses of GameObject in com.dicycat.kroy.screens
Methods in com.dicycat.kroy.screens that return GameObject Modifier and Type Method Description GameObject
GameScreen. getGameObject(int index)
Methods in com.dicycat.kroy.screens that return types with arguments of type GameObject Modifier and Type Method Description java.util.List<GameObject>
GameScreen. getGameObjects()
Methods in com.dicycat.kroy.screens with parameters of type GameObject Modifier and Type Method Description void
GameScreen. addGameObject(GameObject gameObject)
Add a game object next frame
-