Uses of Enum Class
rekit.core.Team
Packages that use Team
Package
Description
-
Uses of Team in rekit.core
Methods in rekit.core that return TeamModifier and TypeMethodDescriptionstatic Team
Returns the enum constant of this class with the specified name.static Team[]
Team.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in rekit.core with parameters of type Team -
Uses of Team in rekit.logic.gameelements
Fields in rekit.logic.gameelements declared as TeamModifier and TypeFieldDescriptionprotected Team
GameElement.team
TheTeam
theGameElement
is in that mainly specifies behavior upon collision.Methods in rekit.logic.gameelements that return TeamModifier and TypeMethodDescriptionfinal Team
GameElement.getTeam()
Getter for theGameElements
Team
that mainly specifies behavior upon collision.Constructors in rekit.logic.gameelements with parameters of type TeamModifierConstructorDescriptionprotected
GameElement
(Team team) Prototype constructor.protected
GameElement
(Vec startPos, Vec vel, Vec size, Team team) Standard constructor that should be used in every extending class. -
Uses of Team in rekit.logic.gameelements.entities
Constructors in rekit.logic.gameelements.entities with parameters of type TeamModifierConstructorDescriptionprotected
Minimal Constructor byTeam
used for prototype constructors.protected
Constructor that initializes attributes and takes a start position.protected
StateEntity
(Vec startPos, Vec vel, Vec size, Team team) Constructor that initializes attributes and takes a start position. -
Uses of Team in rekit.logic.gameelements.inanimate
Constructors in rekit.logic.gameelements.inanimate with parameters of type Team