ModTweaker/src/api/java/chylex/hee/api/interfaces/IIgnoreEnderGoo.java
2015-01-11 21:59:45 +02:00

7 lines
161 B
Java

package chylex.hee.api.interfaces;
/**
* Ender Goo will not give bad effects to entities that implement this interface.
*/
public interface IIgnoreEnderGoo{}