public interface IPlayer extends IStructView
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
F_COLOR
Color field name.
|
static java.lang.String |
F_CONTROL
Control field name.
|
static java.lang.String |
F_HANDICAP
Handicap field name.
|
static java.lang.String |
F_NAME
Name field name.
|
static java.lang.String |
F_OBSERVE
Observe field name.
|
static java.lang.String |
F_RACE
Race field name.
|
static java.lang.String |
F_RESULT
Result field name.
|
static java.lang.String |
F_TEAM_ID
Team id field name.
|
static java.lang.String |
F_TOON
Toon field name.
|
static java.lang.String |
F_WORKING_SET_SLOT_ID
Working set slot id field name.
|
static java.lang.String[] |
P_COLOR_A
Alpha color component field path .
|
static java.lang.String[] |
P_COLOR_B
Blue color component field path .
|
static java.lang.String[] |
P_COLOR_G
Green color component field path .
|
static java.lang.String[] |
P_COLOR_R
Red color component field path .
|
| Modifier and Type | Method and Description |
|---|---|
int[] |
getArgb()
Returns the ARGB color.
|
java.lang.Integer |
getControl() |
IResult |
getDeducedResult()
Returns the deduced result.
|
java.lang.Integer |
getHandicap() |
java.lang.String |
getName()
Returns the player name.
|
java.lang.Integer |
getObserve() |
IRace |
getRace()
Returns the race.
|
java.lang.String |
getRaceString()
Returns the localized race.
|
IResult |
getRecordedResult()
Returns the recorded result.
|
IResult |
getResult()
Returns the match result of the player, either the one recorded in the replay (
getRecordedResult(), or the deduced result (
getDeducedResult(). |
java.lang.Integer |
getTeamId()
Deprecated.
|
IToon |
getToon()
Returns the toon of the player.
|
java.lang.Integer |
getWorkingSetSlotId()
Returns the working set slot id.
|
boolean |
isResultDeduced()
Tells if the match result returned by
getResult() is originating from the replay or is a deduced result determined by an algorithm. |
get, get, getStructstatic final java.lang.String F_COLOR
static final java.lang.String[] P_COLOR_A
static final java.lang.String[] P_COLOR_R
static final java.lang.String[] P_COLOR_G
static final java.lang.String[] P_COLOR_B
static final java.lang.String F_CONTROL
static final java.lang.String F_HANDICAP
static final java.lang.String F_NAME
static final java.lang.String F_OBSERVE
static final java.lang.String F_RACE
static final java.lang.String F_RESULT
static final java.lang.String F_TEAM_ID
static final java.lang.String F_TOON
static final java.lang.String F_WORKING_SET_SLOT_ID
java.lang.String getName()
java.lang.String getRaceString()
IRace getRace()
java.lang.Integer getWorkingSetSlotId()
int[] getArgb()
java.lang.Integer getControl()
java.lang.Integer getHandicap()
java.lang.Integer getObserve()
IResult getRecordedResult()
getDeducedResult(),
getResult()IResult getDeducedResult()
getRecordedResult(),
getResult()IResult getResult()
getRecordedResult(), or the deduced result (
getDeducedResult().getRecordedResult(),
getDeducedResult()boolean isResultDeduced()
getResult() is originating from the replay or is a deduced result determined by an algorithm.@Deprecated java.lang.Integer getTeamId()
ISlot.getTeamId() instead!ISlot.getTeamId() instead!ISlot.getTeamId()IToon getToon()
This API documentation is public and is intended for / allowed to be used by anyone.
Scelight home page: https://sites.google.com/site/scelight/
Scelight is a trademark of András Belicza. Copyright © András Belicza, 2013-2015. All rights reserved.