barsuift.simLife.universe.physic.Physics 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.universe.physic;
import barsuift.simLife.Persistent;
import barsuift.simLife.j3d.universe.physic.Physics3D;
public interface Physics extends Persistent {
public Gravity getGravity();
public Physics3D getPhysics3D();
}