Interface BlockMovementChecks.NotSupportiveCheck
- All Known Subinterfaces:
BlockMovementChecks.AllChecks
- Enclosing class:
- BlockMovementChecks
public static interface BlockMovementChecks.NotSupportiveCheck
-
Method Summary
Modifier and TypeMethodDescriptionisNotSupportive(net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction direction) Non-Supportive blocks will not continue a chain of blocks picked up by e.g.
-
Method Details
-
isNotSupportive
BlockMovementChecks.CheckResult isNotSupportive(net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction direction) Non-Supportive blocks will not continue a chain of blocks picked up by e.g. a piston
-