public final class PlayerSettings
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
static PlayerSettings |
computer(Race race,
Difficulty difficulty) |
|
boolean |
equals(java.lang.Object o) |
|
S2Agent |
getAgent() |
|
Difficulty |
getDifficulty() |
|
PlayerSetup |
getPlayerSetup() |
|
Race |
getRace() |
|
int |
hashCode() |
|
static PlayerSettings |
participant(Race race,
S2Agent agent) |
|
java.lang.String |
toString() |
public static PlayerSettings participant(Race race, S2Agent agent)
public static PlayerSettings computer(Race race, Difficulty difficulty)
public PlayerSetup getPlayerSetup()
public Race getRace()
public Difficulty getDifficulty()
public S2Agent getAgent()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017–2018 Ocraft Project. All rights reserved.