Class BuilderExpressionDynamicStringArray
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.BuilderExpressionDynamicStringArray
-
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
ConstructorsConstructorDescriptionBuilderExpressionDynamicStringArray(String expression, ExecutionContext.Instruction[] instructionSequence) -
Method Summary
Modifier and TypeMethodDescriptionString[]getStringArray(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, getIntegerArray, getNumber, getNumberArray, getString, toSchema
-
Constructor Details
-
BuilderExpressionDynamicStringArray
public BuilderExpressionDynamicStringArray(String expression, ExecutionContext.Instruction[] instructionSequence)
-
-
Method Details
-
getType
- Specified by:
getTypein classBuilderExpression
-
getStringArray
- Overrides:
getStringArrayin classBuilderExpression
-
updateScope
public void updateScope(@Nonnull StdScope scope, String name, @Nonnull ExecutionContext executionContext) - Overrides:
updateScopein classBuilderExpression
-