Package games.stendhal.server.entity.mapstuff.chest

Examples of games.stendhal.server.entity.mapstuff.chest.PersonalChest


    Portal portal = new Teleporter(new Spot(player.getZone(),
        player.getX(), player.getY()));
    portal.setPosition(4, 8);
    add(portal);

    chest = new PersonalChest();
    chest.setPosition(4, 2);
    add(chest);

    WalkBlocker walkblocker = new WalkBlocker();
    walkblocker.setPosition(2, 5);
View Full Code Here

TOP

Related Classes of games.stendhal.server.entity.mapstuff.chest.PersonalChest

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.