Interface DamageStepHistory
public interface DamageStepHistory
Captures the root steps occurring during a damage calculation.
-
Method Summary
Modifier and TypeMethodDescriptionGets the list of the captured root steps during the damage calculation in the order they have been applied.
-
Method Details
-
rootSteps
List<DamageStep> rootSteps()Gets the list of the captured root steps during the damage calculation in the order they have been applied. Note that this list is not an exhaustive representation of all the operations applied, especially in a modded environment. The list is unmodifiable and will gradually grow during the damage calculation.- Returns:
- The root steps.
-