MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / hasReached

Method hasReached

src/main/java/cc/slack/utils/other/TimeUtil.java:11–13  ·  view source on GitHub ↗
(int milliseconds)

Source from the content-addressed store, hash-verified

9 }
10
11 public boolean hasReached(int milliseconds) {
12 return elapsed() >= (long) milliseconds;
13 }
14
15 public boolean hasReached(long milliseconds) {
16 return elapsed() >= milliseconds;

Callers 15

onUpdateMethod · 0.80
onMotionMethod · 0.80
onUpdateMethod · 0.80
onRenderMethod · 0.80
calculateRotationsMethod · 0.80
onUpdateMethod · 0.80
onMotionMethod · 0.80
onPacketMethod · 0.80
onTickMethod · 0.80
onUpdateMethod · 0.80
onPacketMethod · 0.80
onPacketMethod · 0.80

Calls 1

elapsedMethod · 0.95

Tested by

no test coverage detected