item: populate missing return type information

This commit is contained in:
Dylan K. Taylor
2020-01-19 17:13:33 +00:00
parent 11cae2f0c0
commit e6ba3ce8a6
4 changed files with 17 additions and 0 deletions

View File

@ -49,6 +49,8 @@ interface Consumable{
* Called when this Consumable is consumed by mob, after standard resulting effects have been applied.
*
* @param Living $consumer
*
* @return void
*/
public function onConsume(Living $consumer);
}