Class DoubleHolder
java.lang.Object
com.hypixel.hytale.server.npc.asset.builder.holder.ValueHolder
com.hypixel.hytale.server.npc.asset.builder.holder.DoubleHolderBase
com.hypixel.hytale.server.npc.asset.builder.holder.DoubleHolder
-
Field Summary
Fields inherited from class com.hypixel.hytale.server.npc.asset.builder.holder.DoubleHolderBase
doubleValidator, relationValidatorsFields inherited from class com.hypixel.hytale.server.npc.asset.builder.holder.ValueHolder
expression, LOG_VALUES, LOGGER, name, valueType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleget(ExecutionContext executionContext) voidvalidate(ExecutionContext context) Methods inherited from class com.hypixel.hytale.server.npc.asset.builder.holder.DoubleHolderBase
addRelationValidator, rawGet, readJSON, readJSON, validate, validateRelationsMethods inherited from class com.hypixel.hytale.server.npc.asset.builder.holder.ValueHolder
getExpressionString, getName, isStatic, readJSON, readJSON, setName
-
Constructor Details
-
DoubleHolder
public DoubleHolder()
-
-
Method Details
-
validate
- Specified by:
validatein classValueHolder
-
get
-