Class RollTable
java.lang.Object
de.rpgframework.random.RollTable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
-
-
Constructor Details
-
RollTable
public RollTable()
-
-
Method Details
-
getResultFor
-
getId
- Returns:
- the id
-
getD6
public int getD6()- Returns:
- the d6
-
getModifierNames
-
getResults
- Returns:
- the results
-
getNextTable
- Returns:
- the nextTable
-
getAddNode
- Returns:
- the addNode
-