Update IceBomb.php

This commit is contained in:
Dylan T.
2024-11-24 23:56:44 +00:00
committed by GitHub
parent e51903d7ea
commit d72941c36c

View File

@@ -36,7 +36,7 @@ use pocketmine\world\particle\ItemBreakParticle;
use pocketmine\world\sound\IceBombHitSound;
class IceBomb extends Throwable{
public static function getNetworkTypeId() : string{ return EntityIds::ICE_BOMB; }
public function getNetworkTypeId() : string{ return EntityIds::ICE_BOMB; }
public function getResultDamage() : int{
return -1;