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

Method blockNotify

src/main/java/Client/Roster.java:1490–1496  ·  view source on GitHub ↗
(int event, long ms)

Source from the content-addressed store, hash-verified

1488 }
1489
1490 public void blockNotify(int event, long ms) {
1491 if (!notifyReady(-111)) {
1492 return;
1493 }
1494 blockNotifyEvent = event;
1495 notifyReadyTime = System.currentTimeMillis() + ms;
1496 }
1497
1498 public boolean notifyReady(int event) {
1499 if ((blockNotifyEvent == event

Callers 4

sendPresenceMethod · 0.95
sendDirectPresenceMethod · 0.95
playNotifyMethod · 0.95
doActionMethod · 0.80

Calls 1

notifyReadyMethod · 0.95

Tested by

no test coverage detected