Class BuilderExpressionStaticString
java.lang.Object
com.hypixel.hytale.server.npc.asset.builder.expression.BuilderExpression
com.hypixel.hytale.server.npc.asset.builder.expression.BuilderExpressionStaticString
-
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) getString(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, getBooleanArray, getExpression, getIntegerArray, getNumber, getNumberArray, getStringArray, toSchema
-
Field Details
-
string
-
-
Constructor Details
-
BuilderExpressionStaticString
-
-
Method Details
-
getType
- Specified by:
getTypein classBuilderExpression
-
isStatic
public boolean isStatic()- Specified by:
isStaticin classBuilderExpression
-
getString
- Overrides:
getStringin classBuilderExpression
-
addToScope
- Overrides:
addToScopein classBuilderExpression
-
updateScope
- Overrides:
updateScopein classBuilderExpression
-