Bowl: Add fuel return value (#6384)

This commit is contained in:
Hugo_
2024-07-06 00:41:22 +02:00
committed by GitHub
parent 23b2b75acf
commit 20f5741ed7

View File

@ -25,5 +25,7 @@ namespace pocketmine\item;
class Bowl extends Item{
//TODO: check fuel
public function getFuelTime() : int{
return 200;
}
}