|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Team | |
|---|---|
| nl.tudelft.goal.unreal.messages | |
| nl.tudelft.goal.unreal.translators | |
| Uses of Team in nl.tudelft.goal.unreal.messages |
|---|
| Methods in nl.tudelft.goal.unreal.messages that return Team | |
|---|---|
static Team |
Team.valueOf(int id)
|
static Team |
Team.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Team |
Team.valueOfIgnoresCase(String teamString)
|
static Team[] |
Team.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in nl.tudelft.goal.unreal.messages with parameters of type Team | |
|---|---|
BotParameters |
BotParameters.setTeam(Team team)
Sets the bots preferred team. |
| Uses of Team in nl.tudelft.goal.unreal.translators |
|---|
| Methods in nl.tudelft.goal.unreal.translators that return Team | |
|---|---|
Team |
TeamTranslator.translate(eis.iilang.Parameter parameter)
|
| Methods in nl.tudelft.goal.unreal.translators that return types with arguments of type Team | |
|---|---|
Class<? extends Team> |
TeamTranslator.translatesFrom()
|
Class<Team> |
TeamTranslator.translatesTo()
|
| Methods in nl.tudelft.goal.unreal.translators with parameters of type Team | |
|---|---|
eis.iilang.Parameter[] |
TeamTranslator.translate(Team o)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||