Klasse RollTable
java.lang.Object
de.rpgframework.random.RollTable
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
id
An identifier within type -
d6
@Attribute protected int d6 -
d20
@Attribute protected int d20 -
d00
@Attribute protected int d00 -
modifiers
-
draw
@Attribute protected int drawHow many results shall be drawn from the table -
nextTable
-
-
Konstruktordetails
-
RollTable
public RollTable()
-
-
Methodendetails
-
getResultFor
-
getId
- Gibt zurück:
- the id
-
getD6
public int getD6()- Gibt zurück:
- the d6
-
getModifierNames
-
getResults
- Gibt zurück:
- the results
-
getNextTable
- Gibt zurück:
- the nextTable
-
getAddNode
- Gibt zurück:
- the addNode
-