mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 04:15:04 +00:00
Standardise SNAKE_CASE for surrogate enums
This commit is contained in:
@@ -44,10 +44,10 @@ class FlintSteel extends Tool{
|
||||
|
||||
$this->applyDamage(1);
|
||||
|
||||
return ItemUseResult::success();
|
||||
return ItemUseResult::SUCCESS();
|
||||
}
|
||||
|
||||
return ItemUseResult::none();
|
||||
return ItemUseResult::NONE();
|
||||
}
|
||||
|
||||
public function getMaxDurability() : int{
|
||||
|
Reference in New Issue
Block a user