Package barsuift.simLife.universe.physic

Examples of barsuift.simLife.universe.physic.MockPhysics


        livingParts = new HashSet<LivingPart>();
        trees = new HashSet<Tree>();
        fallenLeaves = new HashSet<TreeLeaf>();
        creationMillis = 0;
        environment = new MockEnvironment();
        physics = new MockPhysics();
        synchronizer = new MockSynchronizerCore();
        date = new SimLifeDate();
        universe3D = new MockUniverse3D();
        state = new UniverseState();
        synchronizedCalled = 0;
View Full Code Here

TOP

Related Classes of barsuift.simLife.universe.physic.MockPhysics

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.