Supress warning for using List without generic. No need for helper, since no child class overrides this yet
This commit is contained in:
parent
fb006fb25a
commit
8a144949d6
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue