Setting block rotation of a wall sign.

Discussion in 'Plugin Development' started by Jobi, Jun 30, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    Jobi

    I'm currently attempting to set the rotation of a wall sign, but I have no idea how to do that. The only thing I've tried so far was setting the block data like this:
    Code:java
    1. signLocation.getBlock().setData((byte)signRotation);
    but that doesn't seem to work. (No errors, nothing happens in Minecraft)

    Thanks for the help,
    JoBa
     
  2. Offline

    Tzeentchful

Thread Status:
Not open for further replies.

Share This Page