Package com.ewgenius.xonix.entities

Examples of com.ewgenius.xonix.entities.Field


    public String getName() {
        return name;
    }

    public void init(GameContainer container, StateBasedGame game) throws SlickException {
        field = new Field();
        player = new Player();
    }
View Full Code Here

TOP

Related Classes of com.ewgenius.xonix.entities.Field

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.