Standardise SNAKE_CASE for surrogate enums

This commit is contained in:
Dylan K. Taylor
2019-02-20 11:14:07 +00:00
parent 36e9db4c07
commit 2c8a065b94
14 changed files with 57 additions and 57 deletions

View File

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