HyCodeYourTale
classpublicPriority 3

BuilderExpressionStaticBooleanArray

com.hypixel.hytale.server.npc.asset.builder.expression.BuilderExpressionStaticBooleanArray

extends BuilderExpression

5

Methods

5

Public Methods

1

Fields

1

Constructors

Constants

BuilderExpressionStaticBooleanArrayINSTANCE_EMPTY= new BuilderExpressionStaticBooleanArray(ArrayUtil.EMPTY_BOOLEAN_ARRAY)

Constructors

public
BuilderExpressionStaticBooleanArray(boolean[] array)

Methods

Public Methods (5)

public
void addToScope(String name, StdScope scope)
@Override
public
boolean[] getBooleanArray(ExecutionContext executionContext)
@Override
public
ValueType getType()
@Nonnull@Override
public
boolean isStatic()
@Override
public
void updateScope(StdScope scope, String name, ExecutionContext executionContext)
@Override

Fields

Private/Package Fields (1)

privateboolean[] booleanArray

Related Classes