abstract class ValueHolder
Class ValueHolder. Provides valueholder functionality for the Hytale server.
java.lang.Object > ValueHolder
Field Summary
valueType
protected
ValueType
valueType
Field valueType.
name
protected
String
name
Field name.
expression
protected
BuilderExpression
expression
Field expression.
Method Detail
readJSON
protected
void
readJSON
(@Nonnull final JsonElement requiredJsonElement, final String name, @Nonnull final BuilderParameters builderParameters)
Method readJSON.
- Parameters:
@Nonnull final JsonElementrequiredJsonElementfinal Stringname@Nonnull final BuilderParametersbuilderParameters
getName
public
String
getName
()
Method getName.
setName
public
void
setName
(final String name)
Method setName.
- Parameters:
final Stringname
isStatic
public
boolean
isStatic
()
Method isStatic.
getExpressionString
public
String
getExpressionString
()
Method getExpressionString.