PocketMine-MP 5.21.2 git-a6534ecbbbcf369264567d27e5ed70f7f5be9816
|
Public Member Functions | |
__construct (Block $block, Block $newState, private Block $causingBlock) | |
call () | |
getBlock () | |
getCausingBlock () | |
getEventName () | |
getNewState () | |
isCancelled () | |
Static Public Member Functions | |
static | hasHandlers () |
Protected Attributes | |
string | $eventName = null |
Called when a new block forms, usually as the result of some action. This could be things like obsidian forming due to collision of lava and water.
Definition at line 32 of file BlockFormEvent.php.
pocketmine\event\block\BlockFormEvent::__construct | ( | Block | $block, |
Block | $newState, | ||
private Block | $causingBlock ) |
Definition at line 34 of file BlockFormEvent.php.
|
inherited |
|
inherited |
Definition at line 37 of file BlockEvent.php.
pocketmine\event\block\BlockFormEvent::getCausingBlock | ( | ) |
Returns the block which caused the target block to form into a new state.
Definition at line 45 of file BlockFormEvent.php.
|
inherited |
Definition at line 43 of file BaseBlockChangeEvent.php.
|
staticinherited |
|
inherited |
Returns whether this instance of the event is currently cancelled.
If it is cancelled, only downstream handlers that declare @handleCancelled
will be called with this event.
|
protectedinherited |