MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / eval

Method eval

src/main/java/net/optifine/expr/FunctionBool.java:14–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 }
13
14 public boolean eval()
15 {
16 return this.type.evalBool(this.arguments);
17 }
18
19 public ExpressionType getExpressionType()
20 {

Callers

nothing calls this directly

Calls 1

evalBoolMethod · 0.80

Tested by

no test coverage detected