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