Advertisement
Guest User

yuval common proxy

a guest
May 26th, 2014
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. package Yuval.common;
  2.  
  3.  
  4. import cpw.mods.fml.client.registry.ClientRegistry;
  5.  
  6. public class CommonProxy {
  7.  
  8. public static void RenderInformation(){
  9.  
  10.  
  11.  
  12. }
  13. public void registerRenderThings(){
  14.  
  15. }
  16. public void registerTileEntitySpecialRenderer(){
  17.  
  18. }
  19.  
  20.  
  21.  
  22. }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement