Declare tool harvest level as a property

This commit is contained in:
Dylan K. Taylor
2017-12-11 14:41:48 +00:00
parent 45983acc0d
commit dbc180315e
7 changed files with 37 additions and 9 deletions

View File

@ -42,4 +42,8 @@ class Shears extends Tool{
public function getBlockToolType() : int{
return BlockToolType::TYPE_SHEARS;
}
public function getBlockToolHarvestLevel() : int{
return 1;
}
}