MCPcopy Index your code
hub / github.com/HelloBush/Java_MHXYdemo / setState

Method setState

src/pkgBean/GameBean.java:76–81  ·  view source on GitHub ↗
(String state)

Source from the content-addressed store, hash-verified

74 }
75
76 public void setState(String state) {
77 GameBean GB = MhxyAssist.GB;
78 if(state.equals("ս��")&&GB.getJobDoing().equals("ץ������"))
79 GB.setNowGuiNum(GB.getNowGuiNum()+1);
80 this.state = state;
81 }
82
83 public int getWidth() {
84 return width;

Callers 2

AssistInitMethod · 0.80
GameStateMethod · 0.80

Calls 4

getJobDoingMethod · 0.95
setNowGuiNumMethod · 0.95
getNowGuiNumMethod · 0.95
equalsMethod · 0.80

Tested by

no test coverage detected