Advertisement
TechMage66

CommonProxy

Feb 28th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. package com.techmage.magetech.proxy;
  2.  
  3. public abstract class CommonProxy
  4. {
  5.     public void registerRenders() { }
  6.  
  7.     public void registerTileEntities() { }
  8.  
  9.     public void bindTileEntityRenderer() { }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement