Uses of Class
rekit.logic.gameelements.entities.Entity
Packages that use Entity
Package
Description
-
Uses of Entity in rekit.logic.gameelements.entities
Subclasses of Entity in rekit.logic.gameelements.entitiesModifier and TypeClassDescriptionfinal class
The (maybe) most importantEntity
of the Game:
The Player (most likely you).class
-
Uses of Entity in rekit.logic.gameelements.entities.pickups
Subclasses of Entity in rekit.logic.gameelements.entities.pickupsModifier and TypeClassDescriptionclass
This class represents default coins.final class
This class defines a simplePickup
; a Life which will give the player lives. -
Uses of Entity in rekit.logic.gameelements.type
Subclasses of Entity in rekit.logic.gameelements.typeModifier and TypeClassDescriptionclass
This class shall be extended in case of creating Bosses.class
This class defines a simplePickup
; a Coin which will give the player points.class
This class is the parent class of all Enemies in the game.class
This class is the parent class of all Pickups in the game.