Interface IRollableBlock
- All Known Implementing Classes:
DoughBlock
@ParametersAreNonnullByDefault
public interface IRollableBlock
-
Method Summary
Modifier and TypeMethodDescriptionbooleancanBeRollingPinRolled(net.minecraft.world.item.context.UseOnContext context) voidrollingPinRoll(net.minecraft.world.item.context.UseOnContext context)
-
Method Details
-
canBeRollingPinRolled
boolean canBeRollingPinRolled(net.minecraft.world.item.context.UseOnContext context) -
rollingPinRoll
void rollingPinRoll(net.minecraft.world.item.context.UseOnContext context)
-