Class BuilderExpressionStaticEmptyArray
java.lang.Object
com.hypixel.hytale.server.npc.asset.builder.expression.BuilderExpression
com.hypixel.hytale.server.npc.asset.builder.expression.BuilderExpressionStaticEmptyArray
-
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) boolean[]getBooleanArray(ExecutionContext executionContext) int[]getIntegerArray(ExecutionContext executionContext) double[]getNumberArray(ExecutionContext executionContext) String[]getStringArray(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, getNumber, getString, toSchema
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
BuilderExpressionStaticEmptyArray
public BuilderExpressionStaticEmptyArray()
-
-
Method Details
-
getType
- Specified by:
getTypein classBuilderExpression
-
isStatic
public boolean isStatic()- Specified by:
isStaticin classBuilderExpression
-
getNumberArray
- Overrides:
getNumberArrayin classBuilderExpression
-
getIntegerArray
- Overrides:
getIntegerArrayin classBuilderExpression
-
getStringArray
- Overrides:
getStringArrayin classBuilderExpression
-
getBooleanArray
- Overrides:
getBooleanArrayin classBuilderExpression
-
addToScope
- Overrides:
addToScopein classBuilderExpression
-
updateScope
- Overrides:
updateScopein classBuilderExpression
-