|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SiloState | |
|---|---|
| cz.cuni.amis.pogamut.defcon.communication.messages.infos | |
| cz.cuni.amis.pogamut.defcon.consts.state | |
| Uses of SiloState in cz.cuni.amis.pogamut.defcon.communication.messages.infos |
|---|
| Constructors in cz.cuni.amis.pogamut.defcon.communication.messages.infos with parameters of type SiloState | |
|---|---|
Silo(int id,
int teamId,
DefConLocation location,
boolean visible,
SiloState state,
int stateCount,
int target,
int nukeSupply,
double time)
Creates new instance of object Silo with specific id. |
|
| Uses of SiloState in cz.cuni.amis.pogamut.defcon.consts.state |
|---|
| Methods in cz.cuni.amis.pogamut.defcon.consts.state that return SiloState | |
|---|---|
static SiloState |
SiloState.getState(int stateId)
|
static SiloState |
SiloState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SiloState[] |
SiloState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||