Package thaumic.tinkerer.common.block.tile.container.kami

Examples of thaumic.tinkerer.common.block.tile.container.kami.ContainerWarpGate


      case LibGuiIDs.GUI_ID_ICHOR_POUCH:
        return new ContainerIchorPouch(player);

      case LibGuiIDs.GUI_ID_WARP_GATE:
        return new ContainerWarpGate((TileWarpGate) tile, player.inventory);
            case LibGuiIDs.GUI_ID_REMOTE_PLACER:
                return new ContainerRemotePlacer((TileRPlacer)tile,player.inventory);
    }
    return null;
  }
View Full Code Here


  TileWarpGate warpGate;
  int x, y;

  public GuiWarpGate(TileWarpGate warpGate, InventoryPlayer inv) {
    super(new ContainerWarpGate(warpGate, inv));
    this.warpGate = warpGate;
  }
View Full Code Here

TOP

Related Classes of thaumic.tinkerer.common.block.tile.container.kami.ContainerWarpGate

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.