Interface IRollableBlock

All Known Implementing Classes:
DoughBlock

public interface IRollableBlock
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canBeRollingPinRolled(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction horizontalLookingDirection)
     
    void
    rollingPinRoll(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)