Cleaned up a lot of different inspections
This commit is contained in:
parent
0dd0854bd9
commit
70d98455b7
207 changed files with 603 additions and 731 deletions
src/main/java/WayofTime/bloodmagic/item
|
@ -46,8 +46,8 @@ public class ItemBoundTool extends ItemTool implements IBindable, IActivatable {
|
|||
public final int chargeTime = 30;
|
||||
protected final String tooltipBase;
|
||||
private final String name;
|
||||
public Map<ItemStack, Boolean> heldDownMap = new HashMap<ItemStack, Boolean>();
|
||||
public Map<ItemStack, Integer> heldDownCountMap = new HashMap<ItemStack, Integer>();
|
||||
public Map<ItemStack, Boolean> heldDownMap = new HashMap<>();
|
||||
public Map<ItemStack, Integer> heldDownCountMap = new HashMap<>();
|
||||
|
||||
public ItemBoundTool(String name, float damage, Set<Block> effectiveBlocks) {
|
||||
super(damage, 1, RegistrarBloodMagicItems.BOUND_TOOL_MATERIAL, effectiveBlocks);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue