mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 19:34:15 +00:00
Added documentation to BlockFormEvent
This commit is contained in:
parent
f8cfa191dd
commit
69fa8e8db7
@ -23,6 +23,10 @@ declare(strict_types=1);
|
||||
|
||||
namespace pocketmine\event\block;
|
||||
|
||||
/**
|
||||
* 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.
|
||||
*/
|
||||
class BlockFormEvent extends BaseBlockChangeEvent{
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user