diff --git a/src/item/SplashPotion.php b/src/item/SplashPotion.php index 1b338a96b..e25cbf843 100644 --- a/src/item/SplashPotion.php +++ b/src/item/SplashPotion.php @@ -37,6 +37,8 @@ class SplashPotion extends ProjectileItem{ $this->potionType = $potionType; } + public function getType() : PotionType{ return $this->potionType; } + public function getMaxStackSize() : int{ return 1; }