Class RollTotal
java.lang.Object
de.kaiserpfalzedv.rpg.core.dice.mat.RollTotal
- All Implemented Interfaces:
Serializable
RollTotal -- The result of a numeric die result.
This is the result of a numeric die roll.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RollTotal.RollTotalBuilderbuilder()booleaninthashCode()booleanisEmpty()Checks if there are any results from this roll.toString()
-
Constructor Details
-
RollTotal
-
RollTotal
public RollTotal()
-
-
Method Details
-
getDescription
-
isEmpty
public boolean isEmpty()Checks if there are any results from this roll.- Returns:
- FALSE if there is at least one result, TRUE if there are no results
-
builder
-
toBuilder
-
getExpressions
-
getComment
-
toString
-
equals
-
hashCode
public int hashCode()
-