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

Method unregister

src/main/java/com/volmit/adapt/api/tick/Ticker.java:53–57  ·  view source on GitHub ↗
(Ticked ticked)

Source from the content-addressed store, hash-verified

51 }
52
53 public void unregister(Ticked ticked) {
54 synchronized (removeTicks) {
55 removeTicks.add(ticked.getId());
56 }
57 }
58
59 public void clear() {
60 synchronized (ticklist) {

Callers

nothing calls this directly

Calls 2

addMethod · 0.65
getIdMethod · 0.65

Tested by

no test coverage detected