Merge branch 'major-next' into inventory-rework

This commit is contained in:
Dylan T. 2024-11-24 23:57:03 +00:00 committed by GitHub
commit f4d50a1aa1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;