Interface BlockMovementChecks.MovementAllowedCheck
- All Known Subinterfaces:
BlockMovementChecks.AllChecks
- Enclosing class:
- BlockMovementChecks
public static interface BlockMovementChecks.MovementAllowedCheck
-
Method Summary
Modifier and TypeMethodDescriptionisMovementAllowed(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos)
-
Method Details
-
isMovementAllowed
BlockMovementChecks.CheckResult isMovementAllowed(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos)
-