Package VASSAL.build.module.dice
Class ShadowDiceDieServer
java.lang.Object
VASSAL.build.module.dice.DieServer
VASSAL.build.module.dice.ShadowDiceDieServer
public class ShadowDiceDieServer extends DieServer
ShadowDice Dice Server
-
Field Summary
Fields Modifier and Type Field Description static String
ROLL_MARKER
Fields inherited from class VASSAL.build.module.dice.DieServer
canDoSeparateDice, description, emailOnly, maxEmails, maxRolls, name, passwdRequired, password, primaryEmail, ran, secondaryEmail, serverURL, useEmail
-
Constructor Summary
Constructors Constructor Description ShadowDiceDieServer()
-
Method Summary
Modifier and Type Method Description String[]
buildInternetRollString(RollSet toss)
String
hexify(String s)
void
parseInternetRollString(RollSet rollSet, Vector<String> results)
void
roll(RollSet mr, FormattedString format)
Methods inherited from class VASSAL.build.module.dice.DieServer
doInbuiltRoll, doInternetRoll, doIRoll, extractEmail, formatResult, getDescription, getMaxEmails, getName, getnDiceList, getnSideList, getPasswd, getPrimaryEmail, getReportPrefix, getReportSuffix, getSecondaryEmail, getUseEmail, isPasswdRequired, reportResult, setPasswd, setPrimaryEmail, setSecondaryEmail, setUseEmail
-
Field Details
-
ROLL_MARKER
- See Also:
- Constant Field Values
-
-
Constructor Details
-
ShadowDiceDieServer
public ShadowDiceDieServer()
-
-
Method Details
-
buildInternetRollString
- Specified by:
buildInternetRollString
in classDieServer
-
hexify
-
parseInternetRollString
- Specified by:
parseInternetRollString
in classDieServer
-
roll
-