[SOLVED]i have a problem with the blocklistener

Discussion in 'Plugin Development' started by deuxan, May 1, 2012.

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

    deuxan

    i'm new to the develpment of plugins and i dont know why eclipse can't find the BlockListener.
    bukkit-1.2.5-R1.0.jar is in my project so i realy dont know wath the problem is

    [​IMG]
     
  2. Offline

    Theodossis

    public class blockListener extends Listener

    Try it
     
  3. Offline

    carbine781

    I am having a problem with this. Where do you find the file to edit this?
     
  4. Offline

    deuxan

    The only things that i can import are from javax....
     
  5. Offline

    LiqouRiiCe__

    It's
    Code:
    public class blockListener implements Listener
     
  6. Offline

    deuxan

    thanks!!!
     
    LiqouRiiCe__ likes this.
  7. Offline

    Tareyu

    Ty so much!
     
  8. Dude, thank you!
     
Thread Status:
Not open for further replies.

Share This Page