Package mekanism.client.gui

Examples of mekanism.client.gui.GuiDictionary


    TileEntity tileEntity = world.getTileEntity(x, y, z);

    switch(ID)
    {
      case 0:
        return new GuiDictionary(player.inventory);
      case 1:
        return new GuiCredits();
      case 2:
        return new GuiDigitalMiner(player.inventory, (TileEntityDigitalMiner)tileEntity);
      case 3:
View Full Code Here

TOP

Related Classes of mekanism.client.gui.GuiDictionary

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.