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 TeamReturns 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 TeamGameElement.teamTheTeamtheGameElementis in that mainly specifies behavior upon collision.Methods in rekit.logic.gameelements that return TeamModifier and TypeMethodDescriptionfinal TeamGameElement.getTeam()Getter for theGameElementsTeamthat mainly specifies behavior upon collision.Constructors in rekit.logic.gameelements with parameters of type TeamModifierConstructorDescriptionprotectedGameElement(Team team) Prototype constructor.protectedGameElement(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 TeamModifierConstructorDescriptionprotectedMinimal Constructor byTeamused for prototype constructors.protectedConstructor that initializes attributes and takes a start position.protectedStateEntity(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