MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / notifyReady

Method notifyReady

src/main/java/Client/Roster.java:1498–1506  ·  view source on GitHub ↗
(int event)

Source from the content-addressed store, hash-verified

1496 }
1497
1498 public boolean notifyReady(int event) {
1499 if ((blockNotifyEvent == event
1500 || (blockNotifyEvent == -111 && event <= 7))
1501 && System.currentTimeMillis() < notifyReadyTime) {
1502 return false;
1503 } else {
1504 return true;
1505 }
1506 }
1507
1508 public void playNotify(int event) {
1509 if (!notifyReady(event)) {

Callers 3

blockNotifyMethod · 0.95
playNotifyMethod · 0.95
blockArrivedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected