mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
phpdoc armageddon for master, pass 1
This commit is contained in:
@ -31,8 +31,6 @@ interface Fallable{
|
||||
* Called every tick by FallingBlock to update the falling state of this block. Used by concrete to check when it
|
||||
* hits water.
|
||||
* Return null if you don't want to change the usual behaviour.
|
||||
*
|
||||
* @return Block|null
|
||||
*/
|
||||
public function tickFalling() : ?Block;
|
||||
}
|
||||
|
Reference in New Issue
Block a user