Power a block?

Discussion in 'Plugin Development' started by captainawesome7, Jul 9, 2011.

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

    captainawesome7

    So if I do this:
    Code:
    public void onBlockPlace(BlockPlaceEvent event) {
        Block block = event.getBlock();
        //Power the block? (just an example)
    }
    How would set all the block faces to being powered?
     
Thread Status:
Not open for further replies.

Share This Page