mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-20 15:41:33 +00:00
@@ -28,7 +28,7 @@ use pocketmine\entity\Consumable;
|
||||
/**
|
||||
* Interface implemented by objects that can be consumed by mobs.
|
||||
*/
|
||||
interface ConsumableItem extends Consumable{
|
||||
interface ConsumableItem extends Consumable, Releasable{
|
||||
|
||||
/**
|
||||
* Returns the leftover that this Consumable produces when it is consumed. For Items, this is usually air, but could
|
||||
|
Reference in New Issue
Block a user