2014-08-25 07:58:39 -04:00
|
|
|
package WayofTime.alchemicalWizardry.common.entity.projectile;
|
|
|
|
|
|
|
|
import net.minecraft.client.particle.EntityFX;
|
|
|
|
import net.minecraft.world.World;
|
|
|
|
|
|
|
|
public class EntityBeamParticle extends EntityFX
|
|
|
|
{
|
|
|
|
|
2014-10-13 22:33:20 +02:00
|
|
|
protected EntityBeamParticle(World p_i1218_1_, double p_i1218_2_,
|
|
|
|
double p_i1218_4_, double p_i1218_6_)
|
|
|
|
{
|
|
|
|
super(p_i1218_1_, p_i1218_2_, p_i1218_4_, p_i1218_6_);
|
|
|
|
// TODO Auto-generated constructor stub
|
|
|
|
}
|
2014-08-25 07:58:39 -04:00
|
|
|
|
|
|
|
}
|