BuilderActionState

public class BuilderActionState extends BuilderActionBase

Class BuilderActionState. Provides builderactionstate functionality for the Hytale server.

java.lang.Object > BuilderActionBase > BuilderActionState

Field Summary

state

protected String state

Field state.

subState

protected String subState

Field subState.

stateIndex

protected int stateIndex

Field stateIndex.

subStateIndex

protected int subStateIndex

Field subStateIndex.

clearState

protected boolean clearState

Field clearState.

componentLocal

protected boolean componentLocal

Field componentLocal.

Method Detail

build

public ActionState build (@Nonnull final BuilderSupport builderSupport)

Method build.

Parameters:
@Nonnull final BuilderSupport builderSupport

getShortDescription

public String getShortDescription ()

Method getShortDescription.

getLongDescription

public String getLongDescription ()

Method getLongDescription.

getBuilderDescriptorState

public BuilderDescriptorState getBuilderDescriptorState ()

Method getBuilderDescriptorState.

readConfig

public BuilderActionState readConfig (@Nonnull final JsonElement data)

Method readConfig.

Parameters:
@Nonnull final JsonElement data

getStateIndex

public int getStateIndex ()

Method getStateIndex.

getSubStateIndex

public int getSubStateIndex ()

Method getSubStateIndex.

isClearState

public boolean isClearState ()

Method isClearState.

isComponentLocal

public boolean isComponentLocal ()

Method isComponentLocal.