misc cleanup 3

This commit is contained in:
Leijurv
2018-09-16 17:49:19 -07:00
parent e75d0ff102
commit af58304b38
16 changed files with 47 additions and 57 deletions

View File

@@ -41,11 +41,6 @@ public class ToolSet implements Helper {
*/
private Map<Block, Double> breakStrengthCache = new HashMap<>();
/**
* Create a toolset from the current player's inventory (but don't calculate any hardness values just yet)
*/
public ToolSet() {}
/**
* Calculate which tool on the hotbar is best for mining
*