Interface IRollableBlock
- All Known Implementing Classes:
DoughBlock
public interface IRollableBlock
-
Method Summary
Modifier and TypeMethodDescriptionbooleancanBeRollingPinRolled(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction horizontalLookingDirection) voidrollingPinRoll(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction horizontalLookingDirection, boolean byPlayer)
-
Method Details
-
canBeRollingPinRolled
boolean canBeRollingPinRolled(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction horizontalLookingDirection) -
rollingPinRoll
void rollingPinRoll(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction horizontalLookingDirection, boolean byPlayer)
-