Where in vanilla minecraft is the CraftItemEvent called?

Discussion in 'Plugin Development' started by MasterAsp, Oct 4, 2012.

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

    MasterAsp

    Hello,

    As the title suggests, I can't quite find where the CraftItemEvent is called in vanilla Minecraft code. I've browsed the vanilla code for quite a while and still haven't been able to find it, does anyone know?

    ~ Thanks for any reply!
     
  2. Offline

    krazytraynz

    CraftItemEvent is part of Bukkit, not vanilla Minecraft.
     
  3. Offline

    SirTyler

    CraftItemEvent is part of bukkit, you will have to look for when you actually craft an item in vanilla minecraft to find that what I assume you are looking for.
     
  4. Offline

    MasterAsp

    Yeah, sorry, I already found it. If anyone's curious, it's called in NetServerHandler handling a WindowClickEvent.
     
Thread Status:
Not open for further replies.

Share This Page