|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EffectRenderer | |
---|---|
net.minecraft.block | |
net.minecraft.client | |
net.minecraft.client.particle |
Uses of EffectRenderer in net.minecraft.block |
---|
Methods in net.minecraft.block with parameters of type EffectRenderer | |
---|---|
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. |
Uses of EffectRenderer in net.minecraft.client |
---|
Fields in net.minecraft.client declared as EffectRenderer | |
---|---|
EffectRenderer |
Minecraft.effectRenderer
|
Uses of EffectRenderer in net.minecraft.client.particle |
---|
Constructors in net.minecraft.client.particle with parameters of type EffectRenderer | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |