MacroCommandParameter

public class MacroCommandParameter

Class MacroCommandParameter. Provides macrocommandparameter functionality for the Hytale server.

java.lang.Object > MacroCommandParameter

Field Summary

name

private String name

Field name.

description

private String description

Field description.

requirement

private ParameterRequirement requirement

Field requirement.

argumentType

private ArgumentTypeEnum argumentType

Field argumentType.

defaultValue

private String defaultValue

Field defaultValue.

defaultValueDescription

private String defaultValueDescription

Field defaultValueDescription.

Method Detail

getRequirement

public ParameterRequirement getRequirement ()

Method getRequirement.

getName

public String getName ()

Method getName.

getDescription

public String getDescription ()

Method getDescription.

getArgumentType

public ArgumentTypeEnum getArgumentType ()

Method getArgumentType.

getDefaultValue

public String getDefaultValue ()

Method getDefaultValue.

getDefaultValueDescription

public String getDefaultValueDescription ()

Method getDefaultValueDescription.

ArgumentTypeEnum

public private ArgumentTypeEnum (final ArgumentType argumentType)

Method ArgumentTypeEnum.

Parameters:
final ArgumentType argumentType