1 package pcc.chemicraft.base.system;
3 import net.minecraft.entity.player.EntityPlayer;
4 import net.minecraft.world.World;
5 import cpw.mods.fml.common.network.IGuiHandler;
7 public class CommonProxy implements IGuiHandler
9 public void registerTextures(){
13 public void registerRenderInformation() {
17 public Object getServerGuiElement(int ID, EntityPlayer player, World world, int x, int y, int z)
23 public Object getClientGuiElement(int ID, EntityPlayer player, World world, int x, int y, int z)