MCPcopy Create free account
hub / github.com/PCGen/pcgen / isOptional

Method isOptional

code/src/java/pcgen/core/kit/BaseKit.java:82–85  ·  view source on GitHub ↗

Is this an optional kit task which should only be actioned if it matches a select value? @return true if this is an optional task, false if it should always be actioned.

()

Source from the content-addressed store, hash-verified

80 * @return true if this is an optional task, false if it should always be actioned.
81 */
82 public boolean isOptional()
83 {
84 return bounds != null;
85 }
86
87 /**
88 * Evaluate the EVAL expression

Callers 1

testApplyKitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected