Package | Description |
---|---|
com.github.ocraft.s2client.bot | |
com.github.ocraft.s2client.bot.setting | |
com.github.ocraft.s2client.protocol.game |
Modifier and Type | Method | Description |
---|---|---|
static PlayerSettings |
S2Coordinator.createComputer(Race race,
Difficulty difficulty) |
Modifier and Type | Method | Description |
---|---|---|
Difficulty |
PlayerSettings.getDifficulty() |
Modifier and Type | Method | Description |
---|---|---|
java.util.Optional<Difficulty> |
LadderSettings.getComputerDifficulty() |
Modifier and Type | Method | Description |
---|---|---|
static PlayerSettings |
PlayerSettings.computer(Race race,
Difficulty difficulty) |
Modifier and Type | Method | Description |
---|---|---|
static Difficulty |
Difficulty.forName(java.lang.String difficultyName) |
|
static Difficulty |
Difficulty.from(SC2APIProtocol.Sc2Api.Difficulty sc2ApiDifficulty) |
|
Difficulty |
ComputerPlayerSetup.getDifficulty() |
|
static Difficulty |
Difficulty.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Difficulty[] |
Difficulty.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<Difficulty> |
PlayerInfo.getDifficulty() |
Modifier and Type | Method | Description |
---|---|---|
static ComputerPlayerSetup |
ComputerPlayerSetup.computer(Race race,
Difficulty difficulty) |
Copyright © 2017–2018 Ocraft Project. All rights reserved.