mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-14 17:59:41 +00:00
Update IceBomb.php
This commit is contained in:
parent
e51903d7ea
commit
d72941c36c
@ -36,7 +36,7 @@ use pocketmine\world\particle\ItemBreakParticle;
|
|||||||
use pocketmine\world\sound\IceBombHitSound;
|
use pocketmine\world\sound\IceBombHitSound;
|
||||||
|
|
||||||
class IceBomb extends Throwable{
|
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{
|
public function getResultDamage() : int{
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user