Class StringHolderBase
java.lang.Object
com.hypixel.hytale.server.npc.asset.builder.holder.ValueHolder
com.hypixel.hytale.server.npc.asset.builder.holder.StringHolderBase
- Direct Known Subclasses:
AssetHolder,EnumHolder,StringHolder
-
Field Summary
FieldsFields 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 TypeMethodDescriptionvoidaddRelationValidator(BiConsumer<ExecutionContext, String> validator) protected voidvalidateRelations(ExecutionContext executionContext, String value) Methods inherited from class com.hypixel.hytale.server.npc.asset.builder.holder.ValueHolder
getExpressionString, getName, isStatic, readJSON, readJSON, setName, validate
-
Field Details
-
relationValidators
-
-
Constructor Details
-
StringHolderBase
protected StringHolderBase()
-
-
Method Details
-
addRelationValidator
-
validateRelations
-