Supress warning for using List without generic. No need for helper, since no child class overrides this yet

This commit is contained in:
thatsIch 2014-11-04 15:16:23 +01:00
parent fb006fb25a
commit 8a144949d6

View file

@ -600,6 +600,7 @@ public class AEBaseBlock extends BlockContainer implements IAEFeature
}
@Override
@SuppressWarnings( "unchecked" )
// NOTE: WAS FINAL, changed for Immibis
public void addCollisionBoxesToList(World w, int x, int y, int z, AxisAlignedBB bb, List out, Entity e)
{