Where can I find event related code in bukkit sources?

Discussion in 'Plugin Development' started by varesa, Sep 9, 2012.

Thread Status:
Not open for further replies.
  1. I am interested in studying how some things are handled, for example player igniting a portal or walking through it. Where can I find these in the sources?

    I do not even know if the belong to Bukkit, CraftBukkit, or the net.minecraft within them. I was able to find some event classes related to them, but they do not contain the actions done by the "vanilla" code.

    I would appreciate if somebody would give me a hint on where to search
     
  2. Offline

    Icyene

    They are 99% in craftbukkit.jar/net/minecraft/server. The events are in different classes related to them, for example each Entity.class has an EntityDeathEvent in it.
     
    varesa likes this.
Thread Status:
Not open for further replies.

Share This Page