cz.cuni.amis.pogamut.udk.communication.translator.shared.events
Class MapPointListObtained
java.lang.Object
cz.cuni.amis.pogamut.base.communication.translator.event.WorldEventIdentityWrapper
cz.cuni.amis.pogamut.udk.communication.translator.shared.events.MapPointListObtained
- All Implemented Interfaces:
- cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent, cz.cuni.amis.pogamut.base.communication.translator.event.IWorldEventWrapper, cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEvent, cz.cuni.amis.utils.listener.Event
public class MapPointListObtained
- extends cz.cuni.amis.pogamut.base.communication.translator.event.WorldEventIdentityWrapper
|
Constructor Summary |
MapPointListObtained(Map<cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId,NavPoint> navPoints,
Map<cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId,Item> items)
|
| Methods inherited from class cz.cuni.amis.pogamut.base.communication.translator.event.WorldEventIdentityWrapper |
getWorldEvent |
MapPointListObtained
public MapPointListObtained(Map<cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId,NavPoint> navPoints,
Map<cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId,Item> items)
getSimTime
public long getSimTime()
- Specified by:
getSimTime in interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent- Specified by:
getSimTime in interface cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEvent- Specified by:
getSimTime in class cz.cuni.amis.pogamut.base.communication.translator.event.WorldEventIdentityWrapper
getNavPoints
public Map<cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId,NavPoint> getNavPoints()
getItems
public Map<cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId,Item> getItems()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.