Package com.teamjmonkey.entity.weapons

Examples of com.teamjmonkey.entity.weapons.Sword.finalise()


        mainCharacter.finalise();
        rootNode.attachChild(mainCharacter.getSpatial());
        allEntities.add(mainCharacter);

        Sword sword = (Sword) entityManager.create(Entity.SWORD);
        sword.finalise();
        rootNode.attachChild(sword.getSpatial());
        allEntities.add(sword);
    }

    @Override
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.