public static interface AutoAwardsLibrary.AutoTitle
| Modifier and Type | Method | Description | 
|---|---|---|
| int | bumpCounter(int amt) | Change and read the counter for number
 of players who presently have this title. | 
| MaskingLibrary.CompiledZMask | getMask() | Returns the compiled ZapperMask | 
| java.lang.String | getMaskStr() | Returns the uncompiled ZapperMask string | 
| int | getMax() | Returns the max number of players who
 can have this title. | 
| java.lang.String | getTitle() | Returns the ID/Title of the title. | 
java.lang.String getTitle()
java.lang.String getMaskStr()
MaskingLibrary.CompiledZMask getMask()
int getMax()
int bumpCounter(int amt)
amt - the amount to change this number by