This example shows you how to implement proxy classes for your Minecraft Mod Application, which are used to initialize your mod.
First of all you will need to implement the base CommonProxy.java class which contains the 3 mainly used method:
public class CommonProxy {
public void preInit(FMLP...