BuilderValidationHelper

public class BuilderValidationHelper

Class BuilderValidationHelper. Provides buildervalidationhelper functionality for the Hytale server.

java.lang.Object > BuilderValidationHelper

Field Summary

No fields documented.

Method Detail

BuilderValidationHelper

public public BuilderValidationHelper (final String name, final FeatureEvaluatorHelper featureEvaluator, final InternalReferenceResolver internalReferenceResolver, final StateMappingHelper stateMappingHelper, final InstructionContextHelper instructionContextHelper, final ExtraInfo extraInfo, final List> evaluators, final List readErrors)

Method BuilderValidationHelper.

Parameters:
final String name
final FeatureEvaluatorHelper featureEvaluator
final InternalReferenceResolver internalReferenceResolver
final StateMappingHelper stateMappingHelper
final InstructionContextHelper instructionContextHelper
final ExtraInfo extraInfo
final List> evaluators
final List readErrors

getName

public String getName ()

Method getName.

getFeatureEvaluatorHelper

public FeatureEvaluatorHelper getFeatureEvaluatorHelper ()

Method getFeatureEvaluatorHelper.

getInternalReferenceResolver

public InternalReferenceResolver getInternalReferenceResolver ()

Method getInternalReferenceResolver.

getStateMappingHelper

public StateMappingHelper getStateMappingHelper ()

Method getStateMappingHelper.

getInstructionContextHelper

public InstructionContextHelper getInstructionContextHelper ()

Method getInstructionContextHelper.

getExtraInfo

public ExtraInfo getExtraInfo ()

Method getExtraInfo.

getReadErrors

public List getReadErrors ()

Method getReadErrors.

getEvaluators

public List> getEvaluators ()

Method getEvaluators.