package resolution
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- abstract class DamageResistCalculations[A] extends ResolutionCalculations
A specific implementation of
ResolutionCalculationsthat deals with the damage value and the resistance value in a specific manner.A specific implementation of
ResolutionCalculationsthat deals with the damage value and the resistance value in a specific manner. (The input type of the function literal output ofcalcFunc.)- A
an internal type that converts between
calcFunc's output andapplyFunc's input; never has to be defined explicitly, but will be checked upon object definition
- trait ResolutionCalculations extends AnyRef
The base for the combining step of all projectile-induced damage calculation function literals.
- trait ResolutionSelection extends AnyRef
Maintain information about four target types as the entry points for damage calculation.
Value Members
- object ResolutionCalculations