MCPcopy Create free account
hub / github.com/XUANXUQAQ/File-Engine / isBlock

Method isBlock

src/main/java/file/engine/event/handler/Event.java:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }
32
33 public boolean isBlock() {
34 return isBlock.get();
35 }
36
37 protected void execErrorHandler() {
38 if (this.errorHandler != null) {

Callers 1

putEventMethod · 0.80

Calls 1

getMethod · 0.80

Tested by

no test coverage detected