Package | Description |
---|---|
net.minecraft.client | |
net.minecraft.client.particle | |
net.minecraftforge.common.extensions |
Modifier and Type | Field and Description |
---|---|
ParticleManager |
Minecraft.particles |
Modifier and Type | Field and Description |
---|---|
private ParticleManager |
FireworkParticle.Spark.effectRenderer |
private ParticleManager |
FireworkParticle.Starter.manager |
Constructor and Description |
---|
Spark(World p_i50884_1_,
double p_i50884_2_,
double p_i50884_4_,
double p_i50884_6_,
double p_i50884_8_,
double p_i50884_10_,
double p_i50884_12_,
ParticleManager p_i50884_14_,
IAnimatedSprite p_i50884_15_) |
Starter(World p_i46464_1_,
double p_i46464_2_,
double p_i46464_4_,
double p_i46464_6_,
double p_i46464_8_,
double p_i46464_10_,
double p_i46464_12_,
ParticleManager p_i46464_14_,
CompoundNBT p_i46464_15_) |
Modifier and Type | Method and Description |
---|---|
default boolean |
IForgeBlock.addDestroyEffects(BlockState state,
World world,
BlockPos pos,
ParticleManager manager)
Spawn particles for when the block is destroyed.
|
default boolean |
IForgeBlockState.addDestroyEffects(World world,
BlockPos pos,
ParticleManager manager)
Spawn particles for when the block is destroyed.
|
default boolean |
IForgeBlock.addHitEffects(BlockState state,
World worldObj,
RayTraceResult target,
ParticleManager manager)
Spawn a digging particle effect in the world, this is a wrapper
around EffectRenderer.addBlockHitEffects to allow the block more
control over the particles.
|
default boolean |
IForgeBlockState.addHitEffects(World world,
RayTraceResult target,
ParticleManager manager)
Spawn a digging particle effect in the world, this is a wrapper
around EffectRenderer.addBlockHitEffects to allow the block more
control over the particles.
|