|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PlayerClientListener.UpdateType>
soc.client.PlayerClientListener.UpdateType
public static enum PlayerClientListener.UpdateType
Player data update types for PlayerClientListener.playerElementUpdated(SOCPlayer, UpdateType)
.
Enum Constant Summary | |
---|---|
City
|
|
Clay
|
|
Cloth
Cloth Count update, in _SC_CLVI scenario |
|
DevCards
|
|
GoldGains
Total number of resources picked/gained from gold hex reveals in sea board scenarios; used in stats. |
|
Knight
|
|
LargestArmy
|
|
LongestRoad
|
|
Ore
|
|
Resources
Update Total Resource count only. |
|
ResourceTotalAndDetails
Update Total Resource count, and also each box (Clay,Ore,Sheep,Wheat,Wood) if shown. |
|
Road
|
|
Settlement
|
|
Sheep
|
|
Ship
|
|
SpecialVictoryPoints
|
|
Unknown
amount of resources of unknown type (not same as total resource count) |
|
VictoryPoints
|
|
Warship
Number of Warships built, in _SC_PIRI scenario |
|
Wheat
|
|
WonderLevel
Wonder build level, in _SC_WOND scenario |
|
Wood
|
Method Summary | |
---|---|
static PlayerClientListener.UpdateType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PlayerClientListener.UpdateType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final PlayerClientListener.UpdateType Clay
public static final PlayerClientListener.UpdateType Ore
public static final PlayerClientListener.UpdateType Sheep
public static final PlayerClientListener.UpdateType Wheat
public static final PlayerClientListener.UpdateType Wood
public static final PlayerClientListener.UpdateType Unknown
public static final PlayerClientListener.UpdateType Resources
public static final PlayerClientListener.UpdateType ResourceTotalAndDetails
public static final PlayerClientListener.UpdateType Road
public static final PlayerClientListener.UpdateType Settlement
public static final PlayerClientListener.UpdateType City
public static final PlayerClientListener.UpdateType Ship
public static final PlayerClientListener.UpdateType Knight
public static final PlayerClientListener.UpdateType GoldGains
public static final PlayerClientListener.UpdateType Warship
_SC_PIRI
scenario
public static final PlayerClientListener.UpdateType Cloth
_SC_CLVI
scenario
public static final PlayerClientListener.UpdateType WonderLevel
_SC_WOND
scenario
public static final PlayerClientListener.UpdateType VictoryPoints
public static final PlayerClientListener.UpdateType SpecialVictoryPoints
public static final PlayerClientListener.UpdateType DevCards
public static final PlayerClientListener.UpdateType LongestRoad
public static final PlayerClientListener.UpdateType LargestArmy
Method Detail |
---|
public static PlayerClientListener.UpdateType[] values()
for (PlayerClientListener.UpdateType c : PlayerClientListener.UpdateType.values()) System.out.println(c);
public static PlayerClientListener.UpdateType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |