MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / eventOk

Method eventOk

src/main/java/Account/AccountSelect.java:181–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

179 }
180
181 public void eventOk() {
182 if (getItemCount() > 0) {
183 canBack = true;
184 switchAccount(true);
185 }
186 }
187
188 public void eventLongOk() {
189 if (getItemCount() == 0) {

Callers

nothing calls this directly

Calls 2

switchAccountMethod · 0.95
getItemCountMethod · 0.45

Tested by

no test coverage detected