BloodMagic/src/main/java/WayofTime/bloodmagic/proxy/CommonProxy.java

23 lines
317 B
Java
Raw Normal View History

package WayofTime.bloodmagic.proxy;
2015-12-28 21:43:26 +00:00
import WayofTime.bloodmagic.util.helper.InventoryRenderHelper;
public class CommonProxy {
2015-12-28 21:43:26 +00:00
public InventoryRenderHelper getRenderHelper() {
return null;
}
public void preInit() {
}
public void init() {
}
public void postInit() {
}
}