Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
channelRead0
Method · 0.80
transformFirstPerson
Method · 0.80
transformSideFirstPerson
Method · 0.80
transformEatFirstPerson
Method · 0.80
clickBlock
Method · 0.80
onPlayerDamageBlock
Method · 0.80
onPlayerDestroyBlock
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected