mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-14 09:49:50 +00:00
entity: populate missing return type information
This commit is contained in:
parent
e328d00cca
commit
205e47c0c4
@ -2285,6 +2285,7 @@ abstract class Entity extends Location implements Metadatable, EntityIds{
|
|||||||
* @param string $name
|
* @param string $name
|
||||||
* @param mixed $value
|
* @param mixed $value
|
||||||
*
|
*
|
||||||
|
* @return void
|
||||||
* @throws \ErrorException
|
* @throws \ErrorException
|
||||||
* @throws \InvalidArgumentException
|
* @throws \InvalidArgumentException
|
||||||
*/
|
*/
|
||||||
|
@ -26,5 +26,8 @@ namespace pocketmine\entity;
|
|||||||
|
|
||||||
interface Explosive{
|
interface Explosive{
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
public function explode();
|
public function explode();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user