Class BuilderExpressionStaticBoolean
java.lang.Object
com.hypixel.hytale.server.npc.asset.builder.expression.BuilderExpression
com.hypixel.hytale.server.npc.asset.builder.expression.BuilderExpressionStaticBoolean
-
Field Summary
FieldsFields inherited from class com.hypixel.hytale.server.npc.asset.builder.expression.BuilderExpression
STATIC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToScope(String name, StdScope scope) booleangetBoolean(ExecutionContext executionContext) getType()booleanisStatic()voidupdateScope(StdScope scope, String name, ExecutionContext executionContext) Methods inherited from class com.hypixel.hytale.server.npc.asset.builder.expression.BuilderExpression
compile, fromJSON, fromJSON, fromJSON, fromOperand, getBooleanArray, getExpression, getIntegerArray, getNumber, getNumberArray, getString, getStringArray, toSchema
-
Field Details
-
bool
private final boolean bool
-
-
Constructor Details
-
BuilderExpressionStaticBoolean
public BuilderExpressionStaticBoolean(boolean bool)
-
-
Method Details
-
getType
- Specified by:
getTypein classBuilderExpression
-
isStatic
public boolean isStatic()- Specified by:
isStaticin classBuilderExpression
-
getBoolean
- Overrides:
getBooleanin classBuilderExpression
-
addToScope
- Overrides:
addToScopein classBuilderExpression
-
updateScope
- Overrides:
updateScopein classBuilderExpression
-