Skip to content

Commit

Permalink
Update M
Browse files Browse the repository at this point in the history
  • Loading branch information
KnosTx authored Sep 9, 2024
1 parent ac0ad3e commit e602634
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/item/Mace.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ public function getBlockToolType() : int{
return BlockToolType::SWORD;
}

public function getDemager() : EntityDamageByEntityEvent{
return $this->demager;

public function getMaxDurability() : int{

Check failure on line 42 in src/item/Mace.php

View workflow job for this annotation

GitHub Actions / PHP 8.1 / PHPStan analysis

Syntax error, unexpected T_PUBLIC on line 42

Check failure on line 42 in src/item/Mace.php

View workflow job for this annotation

GitHub Actions / PHP 8.2 / PHPStan analysis

Syntax error, unexpected T_PUBLIC on line 42

Check failure on line 42 in src/item/Mace.php

View workflow job for this annotation

GitHub Actions / PHP 8.3 / PHPStan analysis

Syntax error, unexpected T_PUBLIC on line 42
return 250;
}
Expand Down

0 comments on commit e602634

Please sign in to comment.