EliteDamageEvent

public void EliteDamageEvent(double damage, Event event)

Classes that deal with damage in EliteMobs extend this class in order to inherit modifiable and cancellable behavior. This is purely just used for API purposes, such as with the Elite Scripting system. Does not do anything on its own.

Parameters

damage

Original damage which can be modified.

event

Original event which can be cancelled.