Skip to content

Commit

Permalink
fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
xsun committed Mar 23, 2017
1 parent f40c61c commit e58f2a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/api/java/appeng/api/parts/IPartRenderHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,14 @@
package appeng.api.parts;


import java.util.EnumSet;

import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import net.minecraft.block.Block;
import net.minecraft.client.renderer.RenderBlocks;
import net.minecraft.util.IIcon;
import net.minecraftforge.common.util.ForgeDirection;

import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import java.util.EnumSet;


public interface IPartRenderHelper
Expand Down Expand Up @@ -185,6 +184,7 @@ public interface IPartRenderHelper
* @param z z pos of part
* @param renderer renderer of part
*/
@SideOnly( Side.CLIENT )
void renderBlockCurrentBounds( int x, int y, int z, RenderBlocks renderer );

/**
Expand Down

0 comments on commit e58f2a3

Please sign in to comment.