Sc2ApiSerializable<SC2APIProtocol.Sc2Api.PlayerSetup>
, java.io.Serializable
public final class ComputerPlayerSetup extends PlayerSetup
Modifier and Type | Method | Description |
---|---|---|
boolean |
canEqual(java.lang.Object other) |
|
static ComputerPlayerSetup |
computer(Race race,
Difficulty difficulty) |
|
boolean |
equals(java.lang.Object o) |
|
Difficulty |
getDifficulty() |
|
Race |
getRace() |
|
int |
hashCode() |
|
SC2APIProtocol.Sc2Api.PlayerSetup |
toSc2Api() |
|
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getPlayerType, observer, participant
public static ComputerPlayerSetup computer(Race race, Difficulty difficulty)
public SC2APIProtocol.Sc2Api.PlayerSetup toSc2Api()
toSc2Api
in interface Sc2ApiSerializable<SC2APIProtocol.Sc2Api.PlayerSetup>
toSc2Api
in class PlayerSetup
public Race getRace()
public Difficulty getDifficulty()
public boolean equals(java.lang.Object o)
equals
in class PlayerSetup
public boolean canEqual(java.lang.Object other)
canEqual
in class PlayerSetup
public int hashCode()
hashCode
in class PlayerSetup
public java.lang.String toString()
toString
in class PlayerSetup
Copyright © 2017–2018 Ocraft Project. All rights reserved.