hitBlock red stained clay?

Discussion in 'Plugin Development' started by ArthurHoeke, Mar 26, 2014.

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

    ArthurHoeke

    Hay

    I need to make a hitblock.setType and then red stained clay
    But how to set the block to red stained clay?
     
  2. ArthurHoeke

    Hi !
    Try this (I didn't test it) :
    Code:java
    1. hitblock.setType(Material.HARD_CLAY);
    2. hitblock.setData((byte) 14);
     
    Barinade likes this.
  3. Offline

    ArthurHoeke

    DanyBv Thanks! Works FINE!
     
Thread Status:
Not open for further replies.

Share This Page