Package buildcraft.commander

Examples of buildcraft.commander.ContainerZonePlan


    case GuiIds.MAP:
      if (!(tile instanceof TileZonePlan)) {
        return null;
      } else {
        return new ContainerZonePlan(player.inventory, (TileZonePlan) tile);
      }

    case GuiIds.REQUESTER:
      if (!(tile instanceof TileRequester)) {
        return null;
View Full Code Here

TOP

Related Classes of buildcraft.commander.ContainerZonePlan

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.