MCPcopy Create free account
hub / github.com/ZWareDevelopment/ClientBase / cancel

Method cancel

src/main/java/dev/zihasz/client/event/Event.java:14–14  ·  view source on GitHub ↗

Cancels the event.

()

Source from the content-addressed store, hash-verified

12 * Cancels the event.
13 */
14 public void cancel() { this.setCanceled(true); }
15
16 @Override
17 public boolean isCancelable() { return true; }

Callers 7

channelRead0Method · 0.80
transformFirstPersonMethod · 0.80
clickBlockMethod · 0.80
onPlayerDamageBlockMethod · 0.80
onPlayerDestroyBlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected