Removed ClientProxy.java
This commit is contained in:
parent
7f8a3a1aa9
commit
a79341916e
1 changed files with 0 additions and 22 deletions
|
@ -1,22 +0,0 @@
|
||||||
package cr0s.WarpDrive.client;
|
|
||||||
|
|
||||||
import net.minecraft.world.World;
|
|
||||||
import cpw.mods.fml.client.FMLClientHandler;
|
|
||||||
import cr0s.WarpDrive.CommonProxy;
|
|
||||||
import cr0s.WarpDrive.FXBeam;
|
|
||||||
import cr0s.WarpDrive.Vector3;
|
|
||||||
|
|
||||||
public class ClientProxy extends CommonProxy
|
|
||||||
{
|
|
||||||
@Override
|
|
||||||
public void registerRenderers()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void renderBeam(World world, Vector3 position, Vector3 target, float red, float green, float blue, int age, int energy)
|
|
||||||
{
|
|
||||||
System.out.println("Rendering beam...");
|
|
||||||
FMLClientHandler.instance().getClient().effectRenderer.addEffect(new FXBeam(world, position, target, red, green, blue, age, energy));
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue