Package me.hsgamer.hscore.variable
Class Variable
java.lang.Object
me.hsgamer.hscore.variable.Variable
A variable
-
Field Summary
Modifier and TypeFieldDescriptionfinal boolean
Whether the manager should check if the whole string matches the prefix, or just the startfinal String
The prefix of the variablefinal StringReplacer
The string replacer -
Method Summary
-
Field Details
-
prefix
The prefix of the variable -
isWhole
public final boolean isWholeWhether the manager should check if the whole string matches the prefix, or just the start -
replacer
The string replacer
-