Sc2ApiSerializable<SC2APIProtocol.Sc2Api.PlayerSetup>, java.io.Serializablepublic 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, waitgetPlayerType, observer, participantpublic static ComputerPlayerSetup computer(Race race, Difficulty difficulty)
public SC2APIProtocol.Sc2Api.PlayerSetup toSc2Api()
toSc2Api in interface Sc2ApiSerializable<SC2APIProtocol.Sc2Api.PlayerSetup>toSc2Api in class PlayerSetuppublic Race getRace()
public Difficulty getDifficulty()
public boolean equals(java.lang.Object o)
equals in class PlayerSetuppublic boolean canEqual(java.lang.Object other)
canEqual in class PlayerSetuppublic int hashCode()
hashCode in class PlayerSetuppublic java.lang.String toString()
toString in class PlayerSetupCopyright © 2017–2018 Ocraft Project. All rights reserved.