java.io.Serializablepublic final class PlayerResult
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object o) |
|
static PlayerResult |
from(SC2APIProtocol.Sc2Api.PlayerResult sc2ApiPlayerResult) |
|
int |
getPlayerId() |
|
Result |
getResult() |
|
int |
hashCode() |
|
java.lang.String |
toString() |
public static PlayerResult from(SC2APIProtocol.Sc2Api.PlayerResult sc2ApiPlayerResult)
public int getPlayerId()
public Result getResult()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017–2018 Ocraft Project. All rights reserved.