From 2db8e30b1d2151fdde5d08a6c06aef55f0c397d2 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Fri, 27 Jan 2017 11:32:28 +0300 Subject: License, readme and stuff --- ihl/items_blocks/IHLTool.java | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'ihl/items_blocks/IHLTool.java') diff --git a/ihl/items_blocks/IHLTool.java b/ihl/items_blocks/IHLTool.java index 7ddf3fb..4e51b5b 100644 --- a/ihl/items_blocks/IHLTool.java +++ b/ihl/items_blocks/IHLTool.java @@ -35,7 +35,6 @@ import cpw.mods.fml.relauncher.SideOnly; import ic2.api.reactor.IReactor; import ic2.core.Ic2Items; import ihl.IHLCreativeTab; -import ihl.IHLMod; import ihl.IHLModInfo; import ihl.flexible_cable.SetOfDiesMiniGUI; import ihl.interfaces.IHasTemperature; @@ -44,12 +43,11 @@ import ihl.interfaces.ItemMiniGUI; import ihl.utils.IHLUtils; public class IHLTool extends Item implements IItemHasMiniGUI{ - private static Map iconMap = new HashMap(); - private static Map nameMap = new HashMap(); - private static Map hintMap = new HashMap(); - private static Map maxToolDamageMap = new HashMap(); - private static Map isWeaponMap = new HashMap(); - private static Map damageVersusEntityMap = new HashMap(); + private static Map iconMap = new HashMap(); + private static Map nameMap = new HashMap(); + private static Map hintMap = new HashMap(); + private static Map isWeaponMap = new HashMap(); + private static Map damageVersusEntityMap = new HashMap(); public static Item instance; private IIcon dice240; @@ -163,7 +161,8 @@ public class IHLTool extends Item implements IItemHasMiniGUI{ @Override @SideOnly(Side.CLIENT) - public void getSubItems(Item item, CreativeTabs tabs, List itemList) + @SuppressWarnings({ "rawtypes", "unchecked" }) + public void getSubItems(Item item, CreativeTabs tabs, List itemList) { Type[] var1 = Type.values(); for(int i=0;i