equivalent-exchange-3/ee3_common/ee3/common/emc/EMCType.java
2012-10-27 17:41:02 -04:00

14 lines
310 B
Java

package ee3.common.emc;
/**
* EMCType
*
* Enum containing the different types of EMC available in the mod
*
* @author pahimar
* @license Lesser GNU Public License v3 (http://www.gnu.org/licenses/lgpl.html)
*
*/
public enum EMCType {
CORPOREAL, KINETIC, TEMPORAL, ESSENTIA, AMORPHOUS, VOID, OMNI
}