Event Called when WaterFlow touches LavaFlow and cobble is generated

Discussion in 'Plugin Development' started by mig4ng, Mar 1, 2013.

Thread Status:
Not open for further replies.
  1. What is the event called when water touches lava and form cobble? I'm confused between BlockFromToEvent and BlockFormEvent.
     
  2. Why don't you debug them ?

    Meaning: listen to the events and print a message with whatever useful values you can get from them, blocks in this case.... then go in-game and pour water over lava and check your console for the info.
     
  3. how can i do that? sry i'm a java noob xD
     
  4. System.out.print() ?
     
  5. Thx, You made my day!
     
  6. After you're done testing you should post which event is right for this so other people know when they find this thread :p
     
    gogobebe2 likes this.
Thread Status:
Not open for further replies.

Share This Page