Package lukeperkin.craftingtableii

Examples of lukeperkin.craftingtableii.ContainerClevercraft$RemindTask


    if (ID == guiIDCraftingTableIII)
    {
      if (Proxy.IsClient())
        return Proxy.getGui(player, (TileEntityCraftingTableII)world.getBlockTileEntity(x, y, z));
      else
        return new ContainerClevercraft(player, (TileEntityCraftingTableII)world.getBlockTileEntity(x, y, z));
    }
    return null;
  }
View Full Code Here


    if (ID == guiIDCraftingTableIII)
    {
      if (Proxy.IsClient())
        return Proxy.getGui(player, (TileEntityCraftingTableII)world.getBlockTileEntity(x, y, z));
      else
        return new ContainerClevercraft(player, (TileEntityCraftingTableII)world.getBlockTileEntity(x, y, z));
    }
    return null;
  }
View Full Code Here

TOP

Related Classes of lukeperkin.craftingtableii.ContainerClevercraft$RemindTask

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.