Interface IEntityDropParticleFXBlock
- All Known Implementing Classes:
ParticleDropBlockComponent
public interface IEntityDropParticleFXBlock
Interface for the
ParticleDropBlockComponent.-
Method Summary
Modifier and TypeMethodDescriptionvoidrandomDisplayTick(net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.world.level.Level world, net.minecraft.core.BlockPos blockPos, net.minecraft.util.RandomSource rand) Called when a random display tick occurs.
-
Method Details
-
randomDisplayTick
void randomDisplayTick(net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.world.level.Level world, net.minecraft.core.BlockPos blockPos, net.minecraft.util.RandomSource rand) Called when a random display tick occurs.- Parameters:
blockState- The block state.world- The world.blockPos- The position.rand- Random object.
-