2015-11-02 20:39:44 +00:00
|
|
|
package WayofTime.bloodmagic.proxy;
|
2015-10-30 03:22:14 +00:00
|
|
|
|
2015-12-28 21:43:26 +00:00
|
|
|
import WayofTime.bloodmagic.util.helper.InventoryRenderHelper;
|
|
|
|
|
2015-10-30 03:22:14 +00:00
|
|
|
public class CommonProxy {
|
|
|
|
|
2015-12-28 21:43:26 +00:00
|
|
|
public InventoryRenderHelper getRenderHelper() {
|
|
|
|
return null;
|
|
|
|
}
|
|
|
|
|
2015-10-30 03:22:14 +00:00
|
|
|
public void preInit() {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
public void init() {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
public void postInit() {
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|