java.io.Serializable
public final class Score
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class | Description |
---|---|---|
static class |
Score.Type |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object o) |
|
static Score |
from(SC2APIProtocol.ScoreOuterClass.Score sc2ApiScore) |
|
ScoreDetails |
getDetails() |
|
int |
getScore() |
|
Score.Type |
getType() |
|
int |
hashCode() |
|
java.lang.String |
toString() |
public static Score from(SC2APIProtocol.ScoreOuterClass.Score sc2ApiScore)
public Score.Type getType()
public int getScore()
public ScoreDetails getDetails()
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.