|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcz.cuni.amis.pogamut.base.communication.messages.InfoMessage
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageMessage.InitedMessageLocalMessage
public class InitedMessageMessage.InitedMessageLocalMessage

Implementation of the local part of the GameBots2004 message INITED, used to facade INITEDMessage.
Complete message documentation: Asynchronous message. Sent after succesfull init command (so usually just once). Holds many attributes of the bots like speed, id starting and max health, etc. Some attributes are not used due to GameBots mechanics.
| Field Summary |
|---|
| Fields inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal |
|---|
InitedMessageId, SimTime |
| Constructor Summary | |
|---|---|
InitedMessageMessage.InitedMessageLocalMessage()
|
|
| Method Summary | |
|---|---|
InitedMessageMessage.InitedMessageLocalMessage |
clone()
|
double |
getAccelRate()
Accelartion rate of this bot. |
double |
getAdrenalineMax()
Maxium amount of the adrenaline. |
double |
getAdrenalineStart()
Amount of adrenaline at the start. |
double |
getAirControl()
How well can be the bot controlled in the air (ranges from 0 to 1). |
double |
getAirSpeed()
AirSpeed of the bot (in the air). |
UnrealId |
getBotId()
A unique unreal Id of the new bot. |
double |
getDamageScaling()
Damage scaling for this bot. |
double |
getDodgeSpeedFactor()
Dodge speed factor. |
double |
getDodgeSpeedZ()
Dodge jump Z boost of the bot. |
double |
getGroundSpeed()
Groundspeed of the bot (on the ground). |
int |
getHealthFull()
Full health of the bot (usually 100). |
int |
getHealthMax()
Maximum health of the bot (default 199). |
int |
getHealthStart()
Bot will always start with this health amount (usually 100). |
UnrealId |
getId()
Returns an id of the object that is unique among all world objects. |
double |
getJumpZ()
Bot Jump's Z boost. |
double |
getLadderSpeed()
Ladderspeed of the bot (on the ladder). |
InitedMessageMessage.InitedMessageLocalMessage |
getLocal()
|
double |
getMaxFallSpeed()
Max fall speed of the bot. |
int |
getMaxMultiJump()
Maximum amount of succesing jumps. |
double |
getMultiJumpBoost()
Not used in GB. |
ISharedWorldObject |
getShared()
|
int |
getShieldStrengthMax()
Maximum strength of the bot armor (usually 150). |
int |
getShieldStrengthStart()
Starting strength of the bot armor (usually 0). |
IStaticWorldObject |
getStatic()
|
double |
getWaterSpeed()
Waterspeed of the bot (in the water). |
java.lang.String |
toHtmlString()
|
java.lang.String |
toString()
|
| Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessageLocal |
|---|
getCompositeClass, getSimTime, setSimTime |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InitedMessageMessage.InitedMessageLocalMessage()
| Method Detail |
|---|
public UnrealId getId()
IWorldObject
getId in interface IWorldObjectgetId in class InitedMessageLocalpublic InitedMessageMessage.InitedMessageLocalMessage clone()
clone in interface ILocalWorldObjectclone in class InitedMessageLocalpublic InitedMessageMessage.InitedMessageLocalMessage getLocal()
getLocal in class InitedMessageLocalpublic ISharedWorldObject getShared()
getShared in class InitedMessageLocalpublic IStaticWorldObject getStatic()
getStatic in class InitedMessageLocalpublic UnrealId getBotId()
getBotId in class InitedMessageLocalpublic int getHealthStart()
getHealthStart in class InitedMessageLocalpublic int getHealthFull()
getHealthFull in class InitedMessageLocalpublic int getHealthMax()
getHealthMax in class InitedMessageLocalpublic double getAdrenalineStart()
getAdrenalineStart in class InitedMessageLocalpublic double getAdrenalineMax()
getAdrenalineMax in class InitedMessageLocalpublic int getShieldStrengthStart()
getShieldStrengthStart in class InitedMessageLocalpublic int getShieldStrengthMax()
getShieldStrengthMax in class InitedMessageLocalpublic int getMaxMultiJump()
getMaxMultiJump in class InitedMessageLocalpublic double getDamageScaling()
getDamageScaling in class InitedMessageLocalpublic double getGroundSpeed()
getGroundSpeed in class InitedMessageLocalpublic double getWaterSpeed()
getWaterSpeed in class InitedMessageLocalpublic double getAirSpeed()
getAirSpeed in class InitedMessageLocalpublic double getLadderSpeed()
getLadderSpeed in class InitedMessageLocalpublic double getAccelRate()
getAccelRate in class InitedMessageLocalpublic double getJumpZ()
getJumpZ in class InitedMessageLocalpublic double getMultiJumpBoost()
getMultiJumpBoost in class InitedMessageLocalpublic double getMaxFallSpeed()
getMaxFallSpeed in class InitedMessageLocalpublic double getDodgeSpeedFactor()
getDodgeSpeedFactor in class InitedMessageLocalpublic double getDodgeSpeedZ()
getDodgeSpeedZ in class InitedMessageLocalpublic double getAirControl()
getAirControl in class InitedMessageLocalpublic java.lang.String toString()
toString in class InitedMessageLocalpublic java.lang.String toHtmlString()
toHtmlString in class InitedMessageLocal
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||