Package me.hsgamer.hscore.variable
Class Variable
java.lang.Object
me.hsgamer.hscore.variable.Variable
A variable
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanWhether the manager should check if the whole string matches the prefix, or just the startfinal StringThe prefix of the variablefinal StringReplacerThe 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
-