Applied-Energistics-2-tiler.../src/main/java/appeng/entity/ICanDie.java
elix-x 05aa6972c4 Second update pass (2/3) - 82 -> 0 errors
Second update pass which fixes all compile errors. Some parts may have
aftermath effect, hence why 3rd pass will check those maked with
"aftermath".
Errors: 82 -> 0. Mod can be launched.
2016-06-21 11:03:10 +02:00

9 lines
82 B
Java

package appeng.entity;
public interface ICanDie
{
public boolean isDead();
}