public class FallEdge extends GBEvent implements cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEvent, cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent
Modifier and Type | Field and Description |
---|---|
protected boolean |
Fell
Flag for falling, if true, then the bot is already falling.
|
protected cz.cuni.amis.pogamut.base3d.worldview.object.Location |
Location
Current location of the bot.
|
static String |
PROTOTYPE
Example how the message looks like - used during parser tests.
|
Constructor and Description |
---|
FallEdge()
Used by Yylex to create empty message then to fill it's protected fields (Yylex is in the same package).
|
FallEdge(boolean Fell,
cz.cuni.amis.pogamut.base3d.worldview.object.Location Location)
Creates new instance of command FallEdge.
|
FallEdge(FallEdge original)
Cloning constructor.
|
Modifier and Type | Method and Description |
---|---|
cz.cuni.amis.pogamut.base3d.worldview.object.Location |
getLocation()
Current location of the bot.
|
long |
getSimTime() |
boolean |
isFell()
Flag for falling, if true, then the bot is already falling.
|
String |
toHtmlString() |
String |
toString() |
getWorldEvent
public static final String PROTOTYPE
protected boolean Fell
protected cz.cuni.amis.pogamut.base3d.worldview.object.Location Location
public FallEdge(boolean Fell, cz.cuni.amis.pogamut.base3d.worldview.object.Location Location)
Fell
- Flag for falling, if true, then the bot is already falling.Location
- Current location of the bot.public FallEdge(FallEdge original)
public FallEdge()
public boolean isFell()
public cz.cuni.amis.pogamut.base3d.worldview.object.Location getLocation()
public long getSimTime()
getSimTime
in interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent
getSimTime
in interface cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEvent
getSimTime
in class GBEvent
public String toString()
toString
in class cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
public String toHtmlString()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.