Package buildcraft.commander

Examples of buildcraft.commander.GuiZonePlan$AreaSlot


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

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

TOP

Related Classes of buildcraft.commander.GuiZonePlan$AreaSlot

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.