MCPcopy Create free account
hub / github.com/VolmitSoftware/Adapt / clear

Method clear

src/main/java/com/volmit/adapt/api/tick/Ticker.java:59–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 }
58
59 public void clear() {
60 synchronized (ticklist) {
61 ticklist.clear();
62 }
63 synchronized (removeTicks) {
64 removeTicks.clear();
65 }
66 synchronized (newTicks) {
67 newTicks.clear();
68 }
69
70 }
71
72 private void tick() {
73 ticking = true;

Callers

nothing calls this directly

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected