BloodMagic/BM_src/forestry/api/arboriculture/TreeManager.java

12 lines
291 B
Java
Raw Normal View History

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;
}