MCPcopy Create free account
hub / github.com/HelloBush/Java_MHXYdemo / GameBean

Class GameBean

src/pkgBean/GameBean.java:11–189  ·  view source on GitHub ↗

��¼��Ϸȫ�����ݡ�״̬��Ϣ @author bush

Source from the content-addressed store, hash-verified

9 * @author bush
10 */
11public class GameBean {
12//��Ϸ״̬���==================================================
13 /**
14 * ��Ϸ���
15 */
16 private int hwnd;
17
18
19 /**
20 * ��Ϸ��ǰ״̬�������ַ�����ʾ�ɣ������Ż�ʱ���������ִ��룻
21 * ...
22 */
23 private String state;
24 /**
25 * ��ǰ״̬����ʱ��
26 */
27 private int stateTime = 0;
28
29 /**
30 * ��ǰ����ִ�еĽű�����
31 */
32 private String jobDoing;
33
34 /**
35 * ��Ϸ�������
36 */
37 private int width,height;
38
39 /**
40 * ��Ϸ���Ͻ��������Ļ����
41 */
42 private int gx,gy;
43
44 /**
45 * ��Ϸ״̬����,�����ж���Ϸ״̬
46 */
47 private GamePointBean gps[] = null;
48
49 /**
50 * ս��״̬����
51 */
52 private GamePointBean fightPoint=null;
53
54 /**
55 * �ű���ʼʱ�������ʱ��
56 */
57 private Date assistStart = null,assistEnd = null;
58//ץ���������==================================================
59 /**
60 * ��ǰ�ڼ�ֻ��
61 */
62 private int nowGuiNum=0;
63
64 /**
65 * �Ƿ���Ҫ���õ�ͼ��ת�ߵ���ظ��
66 */
67 private boolean mapGo = true;
68

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected