Class BonesDiceServer
java.lang.Object
VASSAL.build.module.dice.DieServer
VASSAL.build.module.dice.BonesDiceServer
-
Field Summary
Fields inherited from class VASSAL.build.module.dice.DieServer
canDoSeparateDice, description, emailOnly, maxEmails, maxRolls, name, passwdRequired, password, primaryEmail, ran, secondaryEmail, serverURL, useEmail
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
void
void
parseInternetRollString
(RollSet rollSet, Vector<String> results) void
roll
(RollSet mr, FormattedString format) Methods inherited from class VASSAL.build.module.dice.DieServer
doInternetRoll, extractEmail, formatResult, getDescription, getMaxEmails, getName, getnDiceList, getnSideList, getPasswd, getPrimaryEmail, getReportPrefix, getSecondaryEmail, getUseEmail, isPasswdRequired, reportResult, setPasswd, setPrimaryEmail, setSecondaryEmail, setUseEmail
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface VASSAL.script.expression.Auditable
getComponentName, getComponentTypeName
-
Constructor Details
-
BonesDiceServer
public BonesDiceServer()
-
-
Method Details
-
buildInternetRollString
- Specified by:
buildInternetRollString
in classDieServer
-
parseInternetRollString
- Specified by:
parseInternetRollString
in classDieServer
-
roll
-
doIRoll
- Overrides:
doIRoll
in classDieServer
- Throws:
IOException
-