ModTweaker/src/api/java/thaumcraft/api/nodes/NodeType.java

6 lines
105 B
Java
Raw Normal View History

2015-01-13 00:47:03 +01:00
package thaumcraft.api.nodes;
public enum NodeType
{
NORMAL, UNSTABLE, DARK, TAINTED, HUNGRY, PURE
}