public class EntityDigIconFX
extends EntityFX
| Constructor and Description |
|---|
EntityDigIconFX(World world,
double x,
double y,
double z,
double dx,
double dy,
double dz,
IIcon icon) |
| Modifier and Type | Method and Description |
|---|---|
static void |
addBlockDestroyEffects(World world,
Cuboid6 bounds,
IIcon[] icons,
EffectRenderer effectRenderer) |
static void |
addBlockHitEffects(World world,
Cuboid6 bounds,
int side,
IIcon icon,
EffectRenderer effectRenderer) |
int |
getFXLayer() |
int |
getMaxAge() |
float |
getScale() |
void |
renderParticle(Tessellator par1Tessellator,
float par2,
float par3,
float par4,
float par5,
float par6,
float par7)
copy pasted from EntityDiggingFX
|
void |
setMaxAge(int age) |
void |
setScale(float scale) |
public EntityDigIconFX(World world,
double x,
double y,
double z,
double dx,
double dy,
double dz,
IIcon icon)
public int getFXLayer()
public void setScale(float scale)
public float getScale()
public void setMaxAge(int age)
public int getMaxAge()
public void renderParticle(Tessellator par1Tessellator,
float par2,
float par3,
float par4,
float par5,
float par6,
float par7)
public static void addBlockHitEffects(World world,
Cuboid6 bounds,
int side,
IIcon icon,
EffectRenderer effectRenderer)
public static void addBlockDestroyEffects(World world,
Cuboid6 bounds,
IIcon[] icons,
EffectRenderer effectRenderer)