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

Method setBlock

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

Source from the content-addressed store, hash-verified

27 }
28
29 public void setBlock() {
30 isBlock.set(true);
31 }
32
33 public boolean isBlock() {
34 return isBlock.get();

Callers 4

buildEventMethod · 0.80
BootSystemEventMethod · 0.80
SetConfigsEventMethod · 0.80
RestartEventMethod · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected