Class BuilderExpressionDynamicNumberArray
java.lang.Object
com.hypixel.hytale.server.npc.asset.builder.expression.BuilderExpression
com.hypixel.hytale.server.npc.asset.builder.expression.BuilderExpressionDynamic
com.hypixel.hytale.server.npc.asset.builder.expression.BuilderExpressionDynamicNumberArray
-
Field Summary
Fields inherited from class com.hypixel.hytale.server.npc.asset.builder.expression.BuilderExpressionDynamic
KEY_COMPUTEFields inherited from class com.hypixel.hytale.server.npc.asset.builder.expression.BuilderExpression
STATIC -
Constructor Summary
ConstructorsConstructorDescriptionBuilderExpressionDynamicNumberArray(String expression, ExecutionContext.Instruction[] instructionSequence) -
Method Summary
Modifier and TypeMethodDescriptionint[]getIntegerArray(ExecutionContext executionContext) double[]getNumberArray(ExecutionContext executionContext) getType()voidupdateScope(StdScope scope, String name, ExecutionContext executionContext) Methods inherited from class com.hypixel.hytale.server.npc.asset.builder.expression.BuilderExpressionDynamic
computableSchema, execute, fromJSON, getExpression, isStatic, toSchemaMethods inherited from class com.hypixel.hytale.server.npc.asset.builder.expression.BuilderExpression
addToScope, compile, fromJSON, fromJSON, fromOperand, getBoolean, getBooleanArray, getNumber, getString, getStringArray, toSchema
-
Constructor Details
-
BuilderExpressionDynamicNumberArray
public BuilderExpressionDynamicNumberArray(String expression, ExecutionContext.Instruction[] instructionSequence)
-
-
Method Details
-
getType
- Specified by:
getTypein classBuilderExpression
-
getNumberArray
- Overrides:
getNumberArrayin classBuilderExpression
-
getIntegerArray
- Overrides:
getIntegerArrayin classBuilderExpression
-
updateScope
public void updateScope(@Nonnull StdScope scope, String name, @Nonnull ExecutionContext executionContext) - Overrides:
updateScopein classBuilderExpression
-