ExplosionPrimeEvent
extends EntityEvent
in package
implements
Cancellable
Uses
CancellableTrait
Called when a entity decides to explode
Tags
Interfaces, Classes, Traits and Enums
- Cancellable
- This interface is implemented by an Event subclass if and only if it can be cancelled.
Table of Contents
- MAX_EVENT_CALL_DEPTH = 50
- $entity : Entity
- $eventName : string|null
- $force : float
- $blockBreaking : bool
- $eventCallDepth : int
- $isCancelled : bool
- __construct() : mixed
- call() : void
- Calls event handlers registered for this event.
- cancel() : void
- getEntity() : Entity
- getEventName() : string
- getForce() : float
- isBlockBreaking() : bool
- isCancelled() : bool
- setBlockBreaking() : void
- setForce() : void
- uncancel() : void
Constants
MAX_EVENT_CALL_DEPTH
private
mixed
MAX_EVENT_CALL_DEPTH
= 50
Properties
$entity
protected
Entity
$entity
Tags
$eventName
protected
string|null
$eventName
= null
$force
protected
float
$force
$blockBreaking
private
bool
$blockBreaking
$eventCallDepth
private
static int
$eventCallDepth
= 1
$isCancelled
private
bool
$isCancelled
= false
Methods
__construct()
public
__construct(Entity $entity, float $force) : mixed
Parameters
- $entity : Entity
- $force : float
Return values
mixed —call()
Calls event handlers registered for this event.
public
call() : void
Tags
Return values
void —cancel()
public
cancel() : void
Return values
void —getEntity()
public
getEntity() : Entity
Tags
Return values
Entity —getEventName()
public
final getEventName() : string
Return values
string —getForce()
public
getForce() : float
Return values
float —isBlockBreaking()
public
isBlockBreaking() : bool
Return values
bool —isCancelled()
public
isCancelled() : bool
Return values
bool —setBlockBreaking()
public
setBlockBreaking(bool $affectsBlocks) : void
Parameters
- $affectsBlocks : bool
Return values
void —setForce()
public
setForce(float $force) : void
Parameters
- $force : float
Return values
void —uncancel()
public
uncancel() : void