Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package CyborgCreeperPackage;
- import cpw.mods.fml.common.network.IGuiHandler;
- import cpw.mods.fml.common.registry.EntityRegistry;
- import net.minecraft.entity.Entity;
- import net.minecraft.entity.player.EntityPlayer;
- import net.minecraft.src.*;
- import net.minecraft.world.World;
- public class CommonProxy implements IGuiHandler{
- public static void registerRenderInformation()
- {
- }
- public Object getServerGuiElement(int ID, EntityPlayer player, World world,
- int x, int y, int z) {
- return null;
- }
- public Object getClientGuiElement(int ID, EntityPlayer player, World world,
- int x, int y, int z) {
- return null;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment