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 classThe (maybe) most importantEntityof 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 TypeClassDescriptionclassThis class represents default coins.final classThis 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 TypeClassDescriptionclassThis class shall be extended in case of creating Bosses.classThis class defines a simplePickup; a Coin which will give the player points.classThis class is the parent class of all Enemies in the game.classThis class is the parent class of all Pickups in the game.