Packages

package resolution

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract class DamageResistCalculations[A] extends ResolutionCalculations

    A specific implementation of ResolutionCalculations that deals with the damage value and the resistance value in a specific manner.

    A specific implementation of ResolutionCalculations that deals with the damage value and the resistance value in a specific manner. (The input type of the function literal output of calcFunc.)

    A

    an internal type that converts between calcFunc's output and applyFunc's input; never has to be defined explicitly, but will be checked upon object definition

  2. trait ResolutionCalculations extends AnyRef

    The base for the combining step of all projectile-induced damage calculation function literals.

  3. trait ResolutionSelection extends AnyRef

    Maintain information about four target types as the entry points for damage calculation.

Value Members

  1. object ResolutionCalculations

Ungrouped