Interface AnimateTickPart

All Superinterfaces:
MultiPart
All Known Implementing Classes:
RedstoneTorchPart, SoulTorchPart, TorchPart

public interface AnimateTickPart extends MultiPart
Parts that need to do random animation ticks can implement this. This is passed from Block.animateTick(net.minecraft.world.level.block.state.BlockState, net.minecraft.world.level.Level, net.minecraft.core.BlockPos, net.minecraft.util.RandomSource).

Created by covers1624 on 2/9/20.

  • Method Details

    • animateTick

      void animateTick(net.minecraft.util.RandomSource random)