AutoAwards.AutoPropertiesImpl
public static interface AutoAwardsLibrary.AutoProperties
Modifier and Type | Method | Description |
---|---|---|
MaskingLibrary.CompiledZMask |
getDateCMask() |
Returns the date-based compiled zappermask.
|
java.lang.String |
getDateMask() |
Returns the date-base zappermask.
|
TimeClock.TimePeriod |
getPeriod() |
A quick reference for the date-based mask to
tell how often to check for changes.
|
MaskingLibrary.CompiledZMask |
getPlayerCMask() |
Returns the general player compiled
zappermask.
|
java.lang.String |
getPlayerMask() |
Returns the general player
zappermask.
|
Pair<java.lang.String,java.lang.String>[] |
getProps() |
Returns the pair of ability/behavior id,
and parms/args to give to those who match
this mask.
|
java.lang.String getPlayerMask()
java.lang.String getDateMask()
MaskingLibrary.CompiledZMask getPlayerCMask()
MaskingLibrary.CompiledZMask getDateCMask()
Pair<java.lang.String,java.lang.String>[] getProps()
TimeClock.TimePeriod getPeriod()