Interface ILeafTickHandler


public interface ILeafTickHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    onRandomLeafTick(ITree tree, net.minecraft.world.level.Level world, net.minecraft.util.RandomSource rand, net.minecraft.core.BlockPos pos, boolean isDestroyed)
     
  • Method Details

    • onRandomLeafTick

      boolean onRandomLeafTick(ITree tree, net.minecraft.world.level.Level world, net.minecraft.util.RandomSource rand, net.minecraft.core.BlockPos pos, boolean isDestroyed)