mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Unify Item constructor style
this exposed a few more dead classes.
This commit is contained in:
@ -29,10 +29,6 @@ use function lcg_value;
|
||||
|
||||
class RottenFlesh extends Food{
|
||||
|
||||
public function __construct(){
|
||||
parent::__construct(self::ROTTEN_FLESH, 0, "Rotten Flesh");
|
||||
}
|
||||
|
||||
public function getFoodRestore() : int{
|
||||
return 4;
|
||||
}
|
||||
|
Reference in New Issue
Block a user