Package | Description |
---|---|
net.minecraft.block | |
net.minecraft.client | |
net.minecraft.client.particle |
Modifier and Type | Method and Description |
---|---|
boolean |
Block.addBlockDestroyEffects(World world,
int x,
int y,
int z,
int meta,
EffectRenderer effectRenderer)
Spawn particles for when the block is destroyed.
|
boolean |
Block.addBlockHitEffects(World worldObj,
MovingObjectPosition target,
EffectRenderer effectRenderer)
Spawn a digging particle effect in the world, this is a wrapper
around EffectRenderer.addBlockHitEffects to allow the block more
control over the particles.
|
Modifier and Type | Field and Description |
---|---|
EffectRenderer |
Minecraft.effectRenderer |
Constructor and Description |
---|
EntityFireworkSparkFX(World par1World,
double par2,
double par4,
double par6,
double par8,
double par10,
double par12,
EffectRenderer par14EffectRenderer) |
EntityFireworkStarterFX(World par1World,
double par2,
double par4,
double par6,
double par8,
double par10,
double par12,
EffectRenderer par14EffectRenderer,
NBTTagCompound par15NBTTagCompound) |