mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
parent
91d5a3ddfe
commit
af9ae445fc
@ -83,6 +83,10 @@ class Cake extends BaseCake{
|
|||||||
return parent::onInteract($item, $face, $clickVector, $player, $returnedItems);
|
return parent::onInteract($item, $face, $clickVector, $player, $returnedItems);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getDropsForCompatibleTool(Item $item) : array{
|
||||||
|
return [];
|
||||||
|
}
|
||||||
|
|
||||||
public function getResidue() : Block{
|
public function getResidue() : Block{
|
||||||
$clone = clone $this;
|
$clone = clone $this;
|
||||||
$clone->bites++;
|
$clone->bites++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user