add some missing SideOnly annotations

This commit is contained in:
octarine-noise
2014-08-10 17:04:16 +02:00
parent 51589bbad4
commit 7babab8385
6 changed files with 21 additions and 0 deletions
@@ -20,7 +20,10 @@ import com.google.common.collect.Sets;
import cpw.mods.fml.common.eventhandler.Event;
import cpw.mods.fml.common.eventhandler.SubscribeEvent;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
@SideOnly(Side.CLIENT)
public class LeafTextureEnumerator implements IIconRegister {
public static class LeafTextureFoundEvent extends Event {