Class BuilderExpressionStaticBooleanArray
java.lang.Object
com.hypixel.hytale.server.npc.asset.builder.expression.BuilderExpression
com.hypixel.hytale.server.npc.asset.builder.expression.BuilderExpressionStaticBooleanArray
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final boolean[]static final BuilderExpressionStaticBooleanArrayFields 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) fromJSON(com.google.gson.JsonArray jsonArray) boolean[]getBooleanArray(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, getBoolean, getExpression, getIntegerArray, getNumber, getNumberArray, getString, getStringArray, toSchema
-
Field Details
-
INSTANCE_EMPTY
-
booleanArray
private final boolean[] booleanArray
-
-
Constructor Details
-
BuilderExpressionStaticBooleanArray
public BuilderExpressionStaticBooleanArray(boolean[] array)
-
-
Method Details
-
getType
- Specified by:
getTypein classBuilderExpression
-
isStatic
public boolean isStatic()- Specified by:
isStaticin classBuilderExpression
-
getBooleanArray
- Overrides:
getBooleanArrayin classBuilderExpression
-
addToScope
- Overrides:
addToScopein classBuilderExpression
-
updateScope
- Overrides:
updateScopein classBuilderExpression
-
fromJSON
@Nullable public static BuilderExpressionStaticBooleanArray fromJSON(@Nonnull com.google.gson.JsonArray jsonArray)
-