diff options
| author | Foghrye4 <foghrye4@gmail.com> | 2017-01-27 11:32:28 +0300 |
|---|---|---|
| committer | Foghrye4 <foghrye4@gmail.com> | 2017-01-27 11:32:28 +0300 |
| commit | 2db8e30b1d2151fdde5d08a6c06aef55f0c397d2 (patch) | |
| tree | e8cd0022f3a30a5c952092e0ea4c7ffdafcdf7bb /ihl/items_blocks/FiberItem.java | |
| parent | ffe23313fb7421b0a1849b420baf708999023f7b (diff) | |
License, readme and stuff
Diffstat (limited to 'ihl/items_blocks/FiberItem.java')
| -rw-r--r-- | ihl/items_blocks/FiberItem.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ihl/items_blocks/FiberItem.java b/ihl/items_blocks/FiberItem.java index 0682abb..73d62f3 100644 --- a/ihl/items_blocks/FiberItem.java +++ b/ihl/items_blocks/FiberItem.java @@ -47,7 +47,8 @@ public class FiberItem extends Item implements IWire { }
}
- @Override
+ @SuppressWarnings({ "rawtypes", "unchecked" })
+ @Override
@SideOnly(Side.CLIENT)
public void getSubItems(Item item, CreativeTabs tabs, List itemList)
{
@@ -59,6 +60,7 @@ public class FiberItem extends Item implements IWire { }
@Override
+ @SuppressWarnings({ "rawtypes", "unchecked" })
public void addInformation(ItemStack itemStack, EntityPlayer player, List info, boolean flag)
{
if(itemStack.stackTagCompound!=null)
|
