public class MapEvent extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
long |
getDuration() |
cz.cuni.amis.pogamut.base3d.worldview.object.Location |
getLocation(long time)
Get location of MapEvent at specified time, wheather it follows player or
is placed at some position.
|
cz.cuni.amis.pogamut.base.utils.logging.marks.LogMapMark |
getMark() |
String |
getMessage() |
long |
getStartTS() |
boolean |
shouldFollowPlayer()
Should this map mark follow the player?
|
boolean |
timeframeContains(long time) |
public String getMessage()
public cz.cuni.amis.pogamut.base.utils.logging.marks.LogMapMark getMark()
public long getStartTS()
public long getDuration()
public boolean timeframeContains(long time)
public boolean shouldFollowPlayer()
public cz.cuni.amis.pogamut.base3d.worldview.object.Location getLocation(long time)
time - time for which we want position of MapEventCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.