mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 00:39:45 +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 mixed $value
|
||||
*
|
||||
* @return void
|
||||
* @throws \ErrorException
|
||||
* @throws \InvalidArgumentException
|
||||
*/
|
||||
|
@ -26,5 +26,8 @@ namespace pocketmine\entity;
|
||||
|
||||
interface Explosive{
|
||||
|
||||
/**
|
||||
* @return void
|
||||
*/
|
||||
public function explode();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user