def __onServerReplayExiting(self):
     self._machine.post(StringEvent(ReplayEventID.SERVER_REPLAY_EXITING))
 def __onServerReplayEntering(self):
     self._machine.post(StringEvent(ReplayEventID.SERVER_REPLAY_ENTERING))
 def __onAvatarBecomePlayer(self):
     self._machine.post(StringEvent(PlayerEventID.AVATAR_BECOME_PLAYER, arenaGuiType=getattr(BigWorld.player(), 'arenaGuiType', ARENA_GUI_TYPE.UNKNOWN)))
 def __onAvatarBecomeNonPlayer(self):
     self._machine.post(StringEvent(PlayerEventID.AVATAR_BECOME_NON_PLAYER))
 def __onAccountBecomeNonPlayer(self):
     self._machine.post(StringEvent(PlayerEventID.ACCOUNT_BECOME_NON_PLAYER))