public class BrushOperationSetting
Class BrushOperationSetting. Provides brushoperationsetting functionality for the Hytale server.
java.lang.Object > BrushOperationSetting
Field Summary
input
private
String
input
Field input.
value
private
T
value
Field value.
parseResult
final
ParseResult
parseResult
Field parseResult.
newValue
final
T
newValue
Field newValue.
Method Detail
BrushOperationSetting
public
public
BrushOperationSetting
(final String name, final String description, final T defaultValue, final ArgumentType argumentType)
Method BrushOperationSetting.
- Parameters:
final Stringnamefinal Stringdescriptionfinal TdefaultValuefinal ArgumentTypeargumentType
setValue
Method setValue.
- Parameters:
final Tvalue
setValueUnsafe
Method setValueUnsafe.
- Parameters:
final Stringinputfinal Objectvalue
parseAndSetValue
Method parseAndSetValue.
- Parameters:
final String[]input
getInput
public
String
getInput
()
Method getInput.
getName
public
String
getName
()
Method getName.
getDescription
public
String
getDescription
()
Method getDescription.
getDefaultValue
public
T
getDefaultValue
()
Method getDefaultValue.
getValue
public
T
getValue
()
Method getValue.
getValueString
public
String
getValueString
()
Method getValueString.