barsuift.simLife.tree.LeafEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of simLifeCoreAPI Show documentation
Show all versions of simLifeCoreAPI Show documentation
API of the simLifeCore module for the simLife project
The newest version!
package barsuift.simLife.tree;
/**
* Enum to list possible events for a leaf.
*/
public enum LeafEvent {
EFFICIENCY;
}