|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Event | |
|---|---|
| cz.cuni.amis.pogamut.defcon.communication.messages.infos | |
| cz.cuni.amis.pogamut.defcon.consts | |
| Uses of Event in cz.cuni.amis.pogamut.defcon.communication.messages.infos |
|---|
| Methods in cz.cuni.amis.pogamut.defcon.communication.messages.infos that return Event | |
|---|---|
Event |
DefConWorldEvent.getEventType()
DOCUMENT ME! |
| Constructors in cz.cuni.amis.pogamut.defcon.communication.messages.infos with parameters of type Event | |
|---|---|
CeasedFire(Event eventType,
int causeObjectId,
int targetObjectId,
UnitType unitType,
DefConLocation location,
double time)
Creates new instance of message CeasedFire. |
|
DefConWorldEvent(Event eventType,
int causeObjectId,
int targetObjectId,
UnitType unitType,
DefConLocation location,
double time)
Creates a new DefConWorldEvent object. |
|
Destroyed(Event eventType,
int causeObjectId,
int targetObjectId,
UnitType unitType,
DefConLocation location,
double time)
Creates new instance of message Destroyed. |
|
Hit(Event eventType,
int causeObjectId,
int targetObjectId,
UnitType unitType,
DefConLocation location,
double time)
Creates new instance of message Hit. |
|
NewVote(Event eventType,
int causeObjectId,
int targetObjectId,
UnitType unitType,
DefConLocation location,
double time)
Creates new instance of message NewVote. |
|
NukeLaunchSilo(Event eventType,
int causeObjectId,
int targetObjectId,
UnitType unitType,
DefConLocation location,
double time)
Creates new instance of message NukeLaunchSilo. |
|
NukeLaunchSub(Event eventType,
int causeObjectId,
int targetObjectId,
UnitType unitType,
DefConLocation location,
double time)
Creates new instance of message NukeLaunchSub. |
|
PingCarrier(Event eventType,
int causeObjectId,
int targetObjectId,
UnitType unitType,
DefConLocation location,
double time)
Creates new instance of message PingCarrier. |
|
PingDetection(Event eventType,
int causeObjectId,
int targetObjectId,
UnitType unitType,
DefConLocation location,
double time)
Creates new instance of message PingDetection. |
|
PingSub(Event eventType,
int causeObjectId,
int targetObjectId,
UnitType unitType,
DefConLocation location,
double time)
Creates new instance of message PingSub. |
|
SharedRadar(Event eventType,
int causeObjectId,
int targetObjectId,
UnitType unitType,
DefConLocation location,
double time)
Creates new instance of message SharedRadar. |
|
TeamRetractedVoted(Event eventType,
int causeObjectId,
int targetObjectId,
UnitType unitType,
DefConLocation location,
double time)
Creates new instance of message TeamRetractedVoted. |
|
TeamVoted(Event eventType,
int causeObjectId,
int targetObjectId,
UnitType unitType,
DefConLocation location,
double time)
Creates new instance of message TeamVoted. |
|
UnceasedFire(Event eventType,
int causeObjectId,
int targetObjectId,
UnitType unitType,
DefConLocation location,
double time)
Creates new instance of message UnceasedFire. |
|
UnsharedRadar(Event eventType,
int causeObjectId,
int targetObjectId,
UnitType unitType,
DefConLocation location,
double time)
Creates new instance of message UnsharedRadar. |
|
VoteFinishedNo(Event eventType,
int causeObjectId,
int targetObjectId,
UnitType unitType,
DefConLocation location,
double time)
Creates new instance of message VoteFinishedNo. |
|
VoteFinishedYes(Event eventType,
int causeObjectId,
int targetObjectId,
UnitType unitType,
DefConLocation location,
double time)
Creates new instance of message VoteFinishedYes. |
|
| Uses of Event in cz.cuni.amis.pogamut.defcon.consts |
|---|
| Methods in cz.cuni.amis.pogamut.defcon.consts that return Event | |
|---|---|
static Event |
Event.getEnum(int eventId)
Returns appropriate Event for given integer. |
static Event |
Event.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Event[] |
Event.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||