cz.cuni.amis.pogamut.ut2004.hideandseek.protocol.messages
Class HSRoundState
java.lang.Object
cz.cuni.amis.pogamut.ut2004.communication.messages.custom.BaseCustomControlMessage
cz.cuni.amis.pogamut.ut2004.hideandseek.protocol.messages.HSMessage
cz.cuni.amis.pogamut.ut2004.hideandseek.protocol.messages.HSRoundState
- All Implemented Interfaces:
- cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent, cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEvent, ICustomControlMessage, cz.cuni.amis.utils.listener.Event
public class HSRoundState
- extends HSMessage
Broadcast to notify everybody about current round state.
Being periodically (or when important state change happens) between
- Author:
- Jimmy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HSRoundState
public HSRoundState()
getGameState
public Integer getGameState()
getGameStateEnum
public HSGameState getGameStateEnum()
setGameState
public void setGameState(Integer gameState)
getRoundNumber
public Integer getRoundNumber()
setRoundNumber
public void setRoundNumber(Integer roundNumber)
getRoundLeft
public Integer getRoundLeft()
setRoundLeft
public void setRoundLeft(Integer roundLeft)
getRoundTimeLeftUT
public Double getRoundTimeLeftUT()
setRoundTimeLeftUT
public void setRoundTimeLeftUT(Double roundTimeLeftUT)
getHideTimeLeftUT
public Double getHideTimeLeftUT()
setHideTimeLeftUT
public void setHideTimeLeftUT(Double hideTimeLeftUT)
getRestrictedAreaTimeLeftUT
public Double getRestrictedAreaTimeLeftUT()
setRestrictedAreaTimeLeftUT
public void setRestrictedAreaTimeLeftUT(Double restrictedAreaTimeLeftUT)
getSafeArea
public cz.cuni.amis.pogamut.base3d.worldview.object.Location getSafeArea()
setSafeArea
public void setSafeArea(cz.cuni.amis.pogamut.base3d.worldview.object.Location safeArea)
getSeekerBotId
public cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getSeekerBotId()
setSeekerBotId
public void setSeekerBotId(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId seekerBotId)
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.