Class SignBlockWall

All Implemented Interfaces:
ITileEntityProvider

public class SignBlockWall extends BlockSign
  • Constructor Details

    • SignBlockWall

      public SignBlockWall(int iBlockID)
  • Method Details

    • canRotateAroundBlockOnTurntableToFacing

      public boolean canRotateAroundBlockOnTurntableToFacing(World world, int i, int j, int k, int iFacing)
      Overrides:
      canRotateAroundBlockOnTurntableToFacing in class Block
    • onRotatedAroundBlockOnTurntableToFacing

      public boolean onRotatedAroundBlockOnTurntableToFacing(World world, int i, int j, int k, int iFacing)
      Description copied from class: Block
      Returns false if the block was destroyed and should not be rotated
      Overrides:
      onRotatedAroundBlockOnTurntableToFacing in class Block