ExplosionHandledEvent

class ExplosionHandledEvent(val packet: S27PacketExplosion) : Event

Gets fired right before the momentum of an S27 is handled by the net handler.

Constructors

Link copied to clipboard
fun ExplosionHandledEvent(packet: S27PacketExplosion)

Functions

Link copied to clipboard
open fun getListenerList(): ListenerList
Link copied to clipboard
open fun getPhase(): EventPriority?
Link copied to clipboard
open fun hasResult(): Boolean
Link copied to clipboard
open fun isCancelable(): Boolean
Link copied to clipboard
open fun setPhase(@Nonnull value: EventPriority)

Properties

Link copied to clipboard
Link copied to clipboard
val packet: S27PacketExplosion
Link copied to clipboard
var result: Event.Result