Sc2ApiSerializable<SC2APIProtocol.Sc2Api.PlayerSetup>
, java.io.Serializable
ComputerPlayerSetup
public class PlayerSetup extends java.lang.Object implements Sc2ApiSerializable<SC2APIProtocol.Sc2Api.PlayerSetup>
Modifier and Type | Method | Description |
---|---|---|
boolean |
canEqual(java.lang.Object other) |
|
boolean |
equals(java.lang.Object o) |
|
PlayerType |
getPlayerType() |
|
int |
hashCode() |
|
static PlayerSetup |
observer() |
|
static PlayerSetup |
participant() |
|
SC2APIProtocol.Sc2Api.PlayerSetup |
toSc2Api() |
|
java.lang.String |
toString() |
public static PlayerSetup observer()
public static PlayerSetup participant()
public SC2APIProtocol.Sc2Api.PlayerSetup toSc2Api()
toSc2Api
in interface Sc2ApiSerializable<SC2APIProtocol.Sc2Api.PlayerSetup>
public PlayerType getPlayerType()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public boolean canEqual(java.lang.Object other)
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.