Interface BlockMovementChecks.BrittleCheck

All Known Subinterfaces:
BlockMovementChecks.AllChecks
Enclosing class:
BlockMovementChecks

public static interface BlockMovementChecks.BrittleCheck
  • Method Summary

    Modifier and Type
    Method
    Description
    isBrittle(net.minecraft.world.level.block.state.BlockState state)
    Brittle blocks will be collected first, as they may break when other blocks are removed before them
  • Method Details

    • isBrittle

      BlockMovementChecks.CheckResult isBrittle(net.minecraft.world.level.block.state.BlockState state)
      Brittle blocks will be collected first, as they may break when other blocks are removed before them