BiomesOPlenty/apis/thaumcraft/api/nodes/NodeType.java

6 lines
110 B
Java
Raw Normal View History

package thaumcraft.api.nodes;
public enum NodeType
{
NORMAL, UNSTABLE, DARK, TAINTED, HUNGRY, PURE
}