Package games.stendhal.client.gui

Examples of games.stendhal.client.gui.GroundContainer


    textsToRemove = Collections.synchronizedList(new LinkedList<RemovableSprite>());
    staticSprites = Collections.synchronizedList(new LinkedList<RemovableSprite>());
    entities = new HashMap<IEntity, EntityView>();

    // create ground
    ground = new GroundContainer(client, this, this);

    // register native event handler
    addMouseListener(ground);
    addMouseWheelListener(ground);
    addMouseMotionListener(ground);
View Full Code Here

TOP

Related Classes of games.stendhal.client.gui.GroundContainer

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.