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

Method eventLongOk

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

Source from the content-addressed store, hash-verified

186 }
187
188 public void eventLongOk() {
189 if (getItemCount() == 0) {
190 return;
191 }
192 showMenu();
193 }
194
195 public void rmsUpdate() {
196 DataOutputStream outputStream = NvStorage.CreateDataOutputStream();

Callers

nothing calls this directly

Calls 2

showMenuMethod · 0.80
getItemCountMethod · 0.45

Tested by

no test coverage detected