Guest User

Untitled

a guest
Sep 3rd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. package com.mod.drakania.proxy;
  2.  
  3. import net.minecraft.entity.player.EntityPlayer;
  4. import net.minecraft.world.World;
  5.  
  6. import com.mod.drakania.inventory.ContainerBackPack;
  7. import com.mod.drakania.inventory.GuiBackPack;
  8. import com.mod.drakania.inventory.InventoryBackPack;
  9. import com.mod.drakania.items.ItemBackPack;
  10.  
  11. import cpw.mods.fml.common.network.IGuiHandler;
  12.  
  13. /**
  14. * @author SCAREX
  15. *
  16. */
  17. public class CommonProxy
  18. {
  19.  
  20.  
  21.  
  22.  
  23. public void registerRenders()
  24. {
  25. // TODO Auto-generated method stub
  26.  
  27. }
  28. }
Add Comment
Please, Sign In to add comment