Package games.stendhal.server.entity.mapstuff.portal

Examples of games.stendhal.server.entity.mapstuff.portal.OneWayPortalDestination


    Portal portal;

    if (type != 5) {
      portal = new Portal();
    } else {
      portal = new OneWayPortalDestination();
    }

    portal.setPosition(x, y);
    assignPortalID(portal);
    add(portal);
View Full Code Here

TOP

Related Classes of games.stendhal.server.entity.mapstuff.portal.OneWayPortalDestination

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.