Class GetKickDamageEvent


  • public final class GetKickDamageEvent
    extends ModifiableEvent<java.lang.Double>
    Determines the amount of the initial damage to the Generator caused by the Killer's kick. This amount is subtracted once, before the Generator starts regressing. Default value: 1.0
    • Constructor Detail

      • GetKickDamageEvent

        public GetKickDamageEvent​(Killer killer,
                                  Generator generator)
    • Method Detail

      • getGenerator

        public Generator getGenerator()