BloodMagic/BM_src/forestry/api/arboriculture/TreeManager.java
2014-01-25 20:36:28 -05:00

12 lines
291 B
Java

package forestry.api.arboriculture;
public class TreeManager {
public static int treeSpeciesCount = 0;
/**
* Get your own reference to this via AlleleManager.alleleRegistry.getSpeciesRoot("rootTrees") and save it somewhere.
*/
@Deprecated
public static ITreeRoot treeInterface;
}