|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nl.tudelft.goal.ut2004.visualizer.map.ProxyRenderablePlayer
public class ProxyRenderablePlayer
Constructor Summary | |
---|---|
ProxyRenderablePlayer(cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages.IPlayer agent,
MapColorGenerator.MapColor color,
int glName)
|
Method Summary | |
---|---|
cz.cuni.amis.pogamut.base.communication.command.IAct |
getAct()
|
List<String> |
getAssociatedInfo()
Return text info associated with the agent. |
Color |
getColor()
Get color of agent. |
cz.cuni.amis.pogamut.base.agent.IAgentId |
getComponentId()
|
Object |
getDataSource()
Return source of all data that are providing stuff used. |
cz.cuni.amis.pogamut.base.component.bus.IComponentBus |
getEventBus()
|
int |
getGLName()
Return OpenGl name used for selection (see selction mode of opengl). |
cz.cuni.amis.introspection.Folder |
getIntrospection()
|
cz.cuni.amis.pogamut.base3d.worldview.object.Location |
getLocation()
|
cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger |
getLogger()
|
String |
getName()
|
cz.cuni.amis.pogamut.base3d.worldview.object.Rotation |
getRotation()
|
cz.cuni.amis.utils.flag.ImmutableFlag<cz.cuni.amis.pogamut.base.agent.state.level0.IAgentState> |
getState()
|
cz.cuni.amis.pogamut.base3d.worldview.object.Velocity |
getVelocity()
|
cz.cuni.amis.pogamut.base.communication.worldview.IWorldView |
getWorldView()
|
void |
kill()
|
void |
pause()
|
void |
respawn()
|
void |
resume()
|
void |
start()
|
void |
startPaused()
|
void |
stop()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProxyRenderablePlayer(cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages.IPlayer agent, MapColorGenerator.MapColor color, int glName)
Method Detail |
---|
public void respawn() throws cz.cuni.amis.utils.exception.PogamutException
respawn
in interface cz.cuni.amis.pogamut.unreal.bot.IUnrealBot
cz.cuni.amis.utils.exception.PogamutException
public cz.cuni.amis.pogamut.base.communication.command.IAct getAct()
getAct
in interface cz.cuni.amis.pogamut.base.agent.IEmbodiedAgent
public cz.cuni.amis.pogamut.base.communication.worldview.IWorldView getWorldView()
getWorldView
in interface cz.cuni.amis.pogamut.base.agent.IObservingAgent
public String getName()
getName
in interface cz.cuni.amis.pogamut.base.agent.IAgent
public cz.cuni.amis.pogamut.base.agent.IAgentId getComponentId()
getComponentId
in interface cz.cuni.amis.pogamut.base.agent.IAgent
getComponentId
in interface cz.cuni.amis.pogamut.base.component.IComponent
public cz.cuni.amis.pogamut.base.utils.logging.IAgentLogger getLogger()
getLogger
in interface cz.cuni.amis.pogamut.base.agent.IAgent
public cz.cuni.amis.utils.flag.ImmutableFlag<cz.cuni.amis.pogamut.base.agent.state.level0.IAgentState> getState()
getState
in interface cz.cuni.amis.pogamut.base.agent.IAgent
public cz.cuni.amis.introspection.Folder getIntrospection()
getIntrospection
in interface cz.cuni.amis.pogamut.base.agent.IAgent
public void start() throws cz.cuni.amis.pogamut.base.component.exception.ComponentCantStartException
start
in interface cz.cuni.amis.pogamut.base.agent.IAgent
start
in interface cz.cuni.amis.pogamut.base.component.IControllable
cz.cuni.amis.pogamut.base.component.exception.ComponentCantStartException
public void startPaused() throws cz.cuni.amis.pogamut.base.component.exception.ComponentCantStartException
startPaused
in interface cz.cuni.amis.pogamut.base.agent.IAgent
cz.cuni.amis.pogamut.base.component.exception.ComponentCantStartException
public void pause() throws cz.cuni.amis.pogamut.base.component.exception.ComponentCantPauseException
pause
in interface cz.cuni.amis.pogamut.base.agent.IAgent
cz.cuni.amis.pogamut.base.component.exception.ComponentCantPauseException
public void resume() throws cz.cuni.amis.pogamut.base.component.exception.ComponentCantResumeException
resume
in interface cz.cuni.amis.pogamut.base.agent.IAgent
cz.cuni.amis.pogamut.base.component.exception.ComponentCantResumeException
public void stop() throws cz.cuni.amis.pogamut.base.component.exception.ComponentCantStopException
stop
in interface cz.cuni.amis.pogamut.base.agent.IAgent
stop
in interface cz.cuni.amis.pogamut.base.component.IControllable
cz.cuni.amis.pogamut.base.component.exception.ComponentCantStopException
public void kill()
kill
in interface cz.cuni.amis.pogamut.base.agent.IAgent
kill
in interface cz.cuni.amis.pogamut.base.component.IControllable
public cz.cuni.amis.pogamut.base.component.bus.IComponentBus getEventBus()
getEventBus
in interface cz.cuni.amis.pogamut.base.component.IComponentAware
public cz.cuni.amis.pogamut.base3d.worldview.object.Location getLocation()
getLocation
in interface cz.cuni.amis.pogamut.base3d.worldview.object.ILocated
public cz.cuni.amis.pogamut.base3d.worldview.object.Velocity getVelocity()
getVelocity
in interface cz.cuni.amis.pogamut.base3d.worldview.object.ILocomotive
public cz.cuni.amis.pogamut.base3d.worldview.object.Rotation getRotation()
getRotation
in interface cz.cuni.amis.pogamut.base3d.worldview.object.IRotable
public Color getColor()
IRenderableUTAgent
getColor
in interface IRenderableUTAgent
getColor
in interface IRenderableWorldObject
public List<String> getAssociatedInfo()
IRenderableUTAgent
getAssociatedInfo
in interface IRenderableUTAgent
public Object getDataSource()
IRenderableUTAgent
getDataSource
in interface IRenderableUTAgent
getDataSource
in interface IRenderableWorldObject
public int getGLName()
IRenderableUTAgent
getGLName
in interface IRenderableUTAgent
getGLName
in interface IRenderableWorldObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |