Modifier and Type | Method | Description |
---|---|---|
static PlayerSettings |
S2Coordinator.createComputer(Race race,
Difficulty difficulty) |
|
static PlayerSettings |
S2Coordinator.createParticipant(Race race,
S2Agent bot) |
Modifier and Type | Method | Description |
---|---|---|
Race |
PlayerSettings.getRace() |
Modifier and Type | Method | Description |
---|---|---|
java.util.Optional<Race> |
LadderSettings.getComputerRace() |
Modifier and Type | Method | Description |
---|---|---|
static PlayerSettings |
PlayerSettings.computer(Race race,
Difficulty difficulty) |
|
static PlayerSettings |
PlayerSettings.participant(Race race,
S2Agent agent) |
Modifier and Type | Method | Description |
---|---|---|
java.util.Optional<Race> |
UnitTypeData.getRace() |
Modifier and Type | Method | Description |
---|---|---|
static Race |
Race.forName(java.lang.String raceName) |
|
static Race |
Race.from(SC2APIProtocol.Common.Race sc2ApiRace) |
|
Race |
ComputerPlayerSetup.getRace() |
|
Race |
PlayerInfo.getRequestedRace() |
|
static Race |
Race.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Race[] |
Race.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Optional<Race> |
PlayerInfo.getActualRace() |
Modifier and Type | Method | Description |
---|---|---|
static ComputerPlayerSetup |
ComputerPlayerSetup.computer(Race race,
Difficulty difficulty) |
Modifier and Type | Method | Description |
---|---|---|
java.util.Optional<Race> |
RequestJoinGame.getRace() |
Modifier and Type | Method | Description |
---|---|---|
UseInterfaceSyntax |
RequestJoinGame.Builder.as(Race race) |
Modifier and Type | Method | Description |
---|---|---|
UseInterfaceSyntax |
RequestJoinGameSyntax.as(Race race) |
Copyright © 2017–2018 Ocraft Project. All rights reserved.