Class CMan

java.lang.Object
  |
  +--CHuman
        |
        +--CMan

public class CMan
extends CHuman

CMan class, main hero implementation

Version:
1.0
Author:
Created and maintained by Roman Podobedov

Fields inherited from class CHuman
cell_height, cell_width, direction, in_pit, in_the_fly, is_dead, m_only_one_cell, m_only_one_cell_leftright, m_only_one_cell_updown, m_pos_x, m_pos_x_cell, m_pos_y, m_pos_y_cell, man_type, max_sprites, number_of_boxes, number_of_boxes_score, onRope, sprite_num
 
Method Summary
 boolean CheckLevelIsComplete(CLevel level)
          Checks that level is complete
 
Methods inherited from class CHuman
CheckBounds, DoCalculations, GetDirection, GetPosX, GetPosY, GetSpriteNum, Hit, IncreaseSprite, RecalculateData, SetPosition, StepDown, StepLeft, StepRight, StepUp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

CheckLevelIsComplete

public boolean CheckLevelIsComplete(CLevel level)
Checks that level is complete
Returns:
true - if level is complete, false - otherwise